Back to MCP Servers
OpenDataMCP
Connect any Open Data to any LLM with Model Context Protocol.
customer-data-platformsllm
By OpenDataMCP
Installation
npx -y OpenDataMCPConfiguration
{
"mcpServers": {
"OpenDataMCP": {
"command": "npx",
"args": ["-y", "OpenDataMCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes