PluginBench
MCP Server

io.github.pkolawa/mcp-krs-poland MCP Server

io.github.pkolawa/mcp-krs-poland

What is the io.github.pkolawa/mcp-krs-poland MCP server?

Polish National government's registry of all businesses, foundations, and other legal entities.

How to install io.github.pkolawa/mcp-krs-poland

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-krs-poland": {
      "command": "npx",
      "args": [
        "-y",
        "krs-poland-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-krs-poland": {
      "command": "npx",
      "args": [
        "-y",
        "krs-poland-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-krs-poland": {
      "command": "npx",
      "args": [
        "-y",
        "krs-poland-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-krs-poland": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "krs-poland-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-krs-poland -- npx -y krs-poland-mcp-server

Related MCP servers

Polish National registry of businesses and other legal entities

View repository →