What is the OECD MCP Server MCP server?
OECD economic and statistical data via SDMX API. Access 5,000+ datasets across 17 categories.
How to install OECD MCP Server
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"oecd-mcp": {
"url": "https://oecd-mcp-server.onrender.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"oecd-mcp": {
"serverUrl": "https://oecd-mcp-server.onrender.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"oecd-mcp": {
"type": "http",
"url": "https://oecd-mcp-server.onrender.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"oecd-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://oecd-mcp-server.onrender.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http oecd-mcp https://oecd-mcp-server.onrender.com/mcpRelated MCP servers
Swedish municipality statistics from Kolada API. 6000+ KPIs for all 290 municipalities.
View repository →MCP server for Statistics Sweden (SCB) - 1200+ tables with population, economy, environment data
View repository →