meta data mcp for Cursor
io.github.derekslinz/meta-data-mcp
Query 76 open data APIs — government, science, finance, environment, and more.
client:Cursor
transport:stdio
runtime:pypi
Install meta data mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"meta-data-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"meta-data-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs