ufn-mcp-server
ufn-mcp-server is an automation server built with JavaScript that enables efficient workflow management. It excels in automating API integrations and data processing, providing developers with tools to rapidly advance their projects.
GitHub Stars
4
User Rating
Not Rated
Favorites
0
Views
17
Forks
0
Issues
0
README
UniFuncs MCP Server
MCP Server for the UniFuncs API
Setup
API Key
Get a UniFuncs API Key:
https://unifuncs.com/account
NPX
{
"mcpServers": {
"unifuncs": {
"command": "npx",
"args": [
"-y",
"@unifuncs/ufn-mcp-server"
],
"env": {
"UNIFUNCS_API_KEY": "sk-**********"
}
}
}
}