Skip to content
Cursor

rejstrik mcp for Cursor

io.github.janf19/rejstrik-mcp

Czech company registry MCP that reads filed PDF financial statements — keyless, agent-native.

client:Cursor transport:stdio runtime:pypi

Install rejstrik mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "rejstrik-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rejstrik-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rejstrik mcp in other clients