MCP server for GraphQL — schema introspection, auto-generated tools, query/mutation execution for Claude, Cursor, and AI agents
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"graphql-mcp-server": {
"command": "npx",
"args": [
"-y",
"friendlygeorge/graphql-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add graphql-mcp-server npx -y friendlygeorge/graphql-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"graphql-mcp-server": {
"command": "npx",
"args": [
"-y",
"friendlygeorge/graphql-mcp-server"
]
}
}
}