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 projects
  • get_project — Get project details
  • create_project — Create a new project
  • list_apis — List APIs in a project
  • get_api — Get API definition
  • get_documentation — Get full project docs for the agent
  • invoke_api — Call a user-defined API
  • list_api_data — List data source records

Quick setup

  1. Sign in and go to Settings → API Keys
  2. Create a new key and copy it
  3. 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.

Get started free