i14y mcp for Cursor
io.github.malkreide/i14y-mcp
MCP server for I14Y — Switzerland's national open-data metadata catalogue (DCAT-AP-CH)
client:Cursor
transport:stdio
runtime:pypi
Install i14y mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"i14y-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"i14y-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs