mcp eureka for Cursor
io.github.matematicsolutions/mcp-eureka
MCP server for Polish tax interpretations (KIS/MF) via EUREKA with citations.
client:Cursor
transport:stdio
runtime:npm
Install mcp eureka in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-eureka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@matematicsolutions/mcp-eureka"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs