Editor • 1 min • Streamable HTTP
Connect Cursor
to the live web.
Cursor's agent and chat can call MCP tools directly. Once NeuroAPI is wired in, ask Cursor to research APIs, scrape competitor pages, or pull docs into the editor without leaving your buffer.
Config location
Cursor → Settings → MCP → Add new server
Setup in 1 min
- 1Open MCP settings
Cmd/Ctrl + Shift + J → MCP tab → 'Add new MCP server'.
- 2Pick HTTP transport
Set the URL to the NeuroAPI MCP endpoint. No headers, no command — the key lives in the URL.
- 3Verify
The server should show a green dot and list 16+ tools. Toggle 'Enabled for agent' on.
Cursor MCP settings
json
{
"mcpServers": {
"neuroapi": {
"url": "https://neuroapi.me/api/nk_live_YOUR_KEY/mcp"
}
}
}First prompts to try
Research the latest TanStack Start router conventions with neuroapi_search and refactor src/router.tsx accordingly.
Scrape https://example.com/api and generate a typed client for it.
More clients
Ship an agent that sees the web
100 free credits, no card. Your MCP URL is ready the moment you sign up.