Skip to content
Claude Desktop

Bhived MCP for Claude Desktop

io.github.artkeyai/bhived-mcp

Shared knowledge graph, skills, and tool discovery for AI agents through the Model Context Protocol.

client:Claude Desktop transport:stdio runtime:npm

Install Bhived MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bhived-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bhived-mcp"
      ],
      "env": {
        "BHIVED_API_KEY": "<BHIVED_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Bhived MCP in other clients