MCP Integration
Connect Cursor, Claude Code, Claude Desktop, Windsurf, Codex, and other AI assistants to your apismaker projects. No local setup required.
Tools available
list_projects— List your projectsget_project— Get project detailscreate_project— Create a new projectlist_apis— List APIs in a projectget_api— Get API definitionget_documentation— Get full project docs for the agentinvoke_api— Call a user-defined APIlist_api_data— List data source records
Quick setup
- Sign in and go to Settings → API Keys
- Create a new key and copy it
- Add the MCP server to your AI tool (see config below)
{
"mcpServers": {
"apismaker": {
"url": "https://www.apismaker.com/api/mcp",
"headers": {
"Authorization": "Bearer <your-api-key>"
}
}
}
}Supported clients
Cursor, Claude Code, Claude Desktop, Windsurf, Codex, VSCode (Copilot), Zed, Cline, JetBrains — all use the same url + headers config.