PluginBench
MCP Server
Active
MIT

Frappe MCP Server MCP Server

io.github.muthanii/frappe_mcp

What is the Frappe MCP Server MCP server?

Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls

How to install Frappe MCP Server

Copy-paste configuration for popular MCP clients.

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

    Base URL of your Frappe/ERPNext site, e.g. https://your-site.erpnext.com

  • FRAPPE_API_KEY
    required
    secret

    Frappe API key for token-based authentication

  • FRAPPE_API_SECRET
    required
    secret

    Frappe API secret paired with the API key

  • FRAPPE_VERIFY_SSL

    Set to 'false' to skip TLS certificate verification. Defaults to 'true'.

  • FRAPPE_TIMEOUT

    Per-request timeout in seconds. Defaults to 30.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "frappe_mcp": {
      "command": "uvx",
      "args": [
        "frappe-mcp-server"
      ],
      "env": {
        "FRAPPE_URL": "<YOUR_FRAPPE_URL>",
        "FRAPPE_API_KEY": "<YOUR_FRAPPE_API_KEY>",
        "FRAPPE_API_SECRET": "<YOUR_FRAPPE_API_SECRET>",
        "FRAPPE_VERIFY_SSL": "<YOUR_FRAPPE_VERIFY_SSL>",
        "FRAPPE_TIMEOUT": "<YOUR_FRAPPE_TIMEOUT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "frappe_mcp": {
      "command": "uvx",
      "args": [
        "frappe-mcp-server"
      ],
      "env": {
        "FRAPPE_URL": "<YOUR_FRAPPE_URL>",
        "FRAPPE_API_KEY": "<YOUR_FRAPPE_API_KEY>",
        "FRAPPE_API_SECRET": "<YOUR_FRAPPE_API_SECRET>",
        "FRAPPE_VERIFY_SSL": "<YOUR_FRAPPE_VERIFY_SSL>",
        "FRAPPE_TIMEOUT": "<YOUR_FRAPPE_TIMEOUT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "frappe_mcp": {
      "command": "uvx",
      "args": [
        "frappe-mcp-server"
      ],
      "env": {
        "FRAPPE_URL": "<YOUR_FRAPPE_URL>",
        "FRAPPE_API_KEY": "<YOUR_FRAPPE_API_KEY>",
        "FRAPPE_API_SECRET": "<YOUR_FRAPPE_API_SECRET>",
        "FRAPPE_VERIFY_SSL": "<YOUR_FRAPPE_VERIFY_SSL>",
        "FRAPPE_TIMEOUT": "<YOUR_FRAPPE_TIMEOUT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "frappe_mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "frappe-mcp-server"
      ],
      "env": {
        "FRAPPE_URL": "<YOUR_FRAPPE_URL>",
        "FRAPPE_API_KEY": "<YOUR_FRAPPE_API_KEY>",
        "FRAPPE_API_SECRET": "<YOUR_FRAPPE_API_SECRET>",
        "FRAPPE_VERIFY_SSL": "<YOUR_FRAPPE_VERIFY_SSL>",
        "FRAPPE_TIMEOUT": "<YOUR_FRAPPE_TIMEOUT>"
      }
    }
  }
}
Claude Code
claude mcp add frappe_mcp --env FRAPPE_URL=<YOUR_FRAPPE_URL> --env FRAPPE_API_KEY=<YOUR_FRAPPE_API_KEY> --env FRAPPE_API_SECRET=<YOUR_FRAPPE_API_SECRET> --env FRAPPE_VERIFY_SSL=<YOUR_FRAPPE_VERIFY_SSL> --env FRAPPE_TIMEOUT=<YOUR_FRAPPE_TIMEOUT> -- uvx frappe-mcp-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

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 →