Install in AI platforms in 2min
Integrate MadKudu to your AI Agents and platforms
Last updated
Was this helpful?
Integrate MadKudu to your AI Agents and platforms
We support two ways to install MadKudu MCP
For any installation, you'll need your API key. Refer to this article to get your API key.
No setup required—just plug in the URL, fastest way to get started
For tools supporting MCP urls (Streamable HTTP transport) like Cursor, ChatGPT, use
This transport is now the standard way defined by the MCP Protocol
https://mcp.madkudu.com/YOUR_API_KEY/mcpFor tools not supporting Streamable HTTP transport yet like Claude, Windsurf, use
https://mcp.madkudu.com/YOUR_API_KEY/sseSee instructions for
Run the MCP client locally (via npx)
Ideal for devs building internal copilots or CLI tools
To use MadKudu MCP with STDIO transport, add the following JSON in the MCP configuration of your client:
Last updated
Was this helpful?
Was this helpful?
{
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp.madkudu.com/YOUR_API_KEY/sse"
]
}