PluginBench
MCP Server

Dewey MCP Server

com.meetdewey/dewey

What is the Dewey MCP server?

Agentic search over your Dewey document collections from any MCP-compatible client.

How to install Dewey

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DEWEY_API_KEY
    required
    secret

    Your Dewey project API key

  • DEWEY_COLLECTION_ID

    Default collection ID. When set, tools that accept collection_id fall back to this value.

  • DEWEY_API_URL

    Override the API base URL (default: https://api.meetdewey.com/v1)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dewey": {
      "command": "npx",
      "args": [
        "-y",
        "@meetdewey/mcp"
      ],
      "env": {
        "DEWEY_API_KEY": "<YOUR_DEWEY_API_KEY>",
        "DEWEY_COLLECTION_ID": "<YOUR_DEWEY_COLLECTION_ID>",
        "DEWEY_API_URL": "<YOUR_DEWEY_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dewey": {
      "command": "npx",
      "args": [
        "-y",
        "@meetdewey/mcp"
      ],
      "env": {
        "DEWEY_API_KEY": "<YOUR_DEWEY_API_KEY>",
        "DEWEY_COLLECTION_ID": "<YOUR_DEWEY_COLLECTION_ID>",
        "DEWEY_API_URL": "<YOUR_DEWEY_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dewey": {
      "command": "npx",
      "args": [
        "-y",
        "@meetdewey/mcp"
      ],
      "env": {
        "DEWEY_API_KEY": "<YOUR_DEWEY_API_KEY>",
        "DEWEY_COLLECTION_ID": "<YOUR_DEWEY_COLLECTION_ID>",
        "DEWEY_API_URL": "<YOUR_DEWEY_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dewey": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@meetdewey/mcp"
      ],
      "env": {
        "DEWEY_API_KEY": "<YOUR_DEWEY_API_KEY>",
        "DEWEY_COLLECTION_ID": "<YOUR_DEWEY_COLLECTION_ID>",
        "DEWEY_API_URL": "<YOUR_DEWEY_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add dewey --env DEWEY_API_KEY=<YOUR_DEWEY_API_KEY> --env DEWEY_COLLECTION_ID=<YOUR_DEWEY_COLLECTION_ID> --env DEWEY_API_URL=<YOUR_DEWEY_API_URL> -- npx -y @meetdewey/mcp

Related MCP servers

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Draw and visually collaborate with your agents on tldraw's canvas.

50k
TypeScript
View repository →

Metabase

Active

Lets AI clients search, explore, query, and visualize data in a Metabase instance.

49k
Clojure
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →