Other MCP Configurations
Other MCP clients
HTTP transport ยท stdio bridges
Any client that supports Streamable HTTP MCP (JSON-RPC over POST to a fixed URL) can use the same pattern as Cursor. Clients that only support stdio can use npx mcp-remote <url> like Claude Desktop, or run the WoWSQL MCP server from the repo (mcp/README.md).
Generic HTTP config
{
"mcpServers": {
"wowsql": {
"type": "http",
"url": "https://mcp.wowsql.com/mcp"
}
}
}
Exact top-level key (mcpServers vs mcp.servers) depends on the product โ match your appโs MCP documentation.
Quick comparison
| Client | Typical pattern | Doc |
|---|---|---|
| Cursor | type + url in mcp.json | Cursor |
| VS Code | mcp.servers in settings | VS Code |
| Claude Desktop | npx mcp-remote | Claude |
| Antigravity / others | HTTP URL or stdio bridge | vendor docs |
โ Claude ยท All clients ยท Tools & security โ
sdk/Docs updates/mcp-client-other.html