Clients
Connect Cursor
Add Manifold to Cursor and give it search, AI answer, social, ads and people tools.
Add to CursorOne click, or paste the URL in the MCP section of Cursor Settings.
The server URL:
https://mcp.manifoldmcp.com/mcp#Steps
- Choose Add to Cursor at the top of this page. Or open Cursor Settings → MCP, add a server and paste the URL.
- Cursor lists Manifold. Choose it to sign in, and approve Cursor in the browser.
- Ask in the agent chat.
#In mcp.json
To share the server with a project, add it to .cursor/mcp.json:
{
"mcpServers": {
"manifold": { "url": "https://mcp.manifoldmcp.com/mcp" }
}
}To use an API key instead of signing in, add "headers": { "Authorization": "Bearer mk_live_..." } beside the URL. Keep the key out of version control.