Skip to content
Cursor

PUBLICMCP for Cursor

org.publicmcp/publicmcp

Publish structured, AI-readable business identity data as an MCP server in minutes.

client:Cursor transport:stdio runtime:pypi

Install PUBLICMCP in Cursor

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

{
  "mcpServers": {
    "publicmcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "publicmcp"
      ]
    }
  }
}

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

PUBLICMCP in other clients