Frappe MCP Server
Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.muthanii/frappe_mcp",
"description": "Interact with Frappe/ERPNext sites — document CRUD, search, and whitelisted method calls",
"title": "Frappe MCP Server",
"repository": {
"url": "https://github.com/muthanii/frappe_mcp",
"source": "github"
},
"version": "1.2.0",
"websiteUrl": "https://github.com/muthanii/frappe_mcp",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "frappe-mcp-server",
"version": "1.2.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Frappe/ERPNext site, e.g. https://your-site.erpnext.com",
"isRequired": true,
"format": "string",
"name": "FRAPPE_URL"
},
{
"description": "Frappe API key for token-based authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAPPE_API_KEY"
},
{
"description": "Frappe API secret paired with the API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAPPE_API_SECRET"
},
{
"description": "Set to 'false' to skip TLS certificate verification. Defaults to 'true'.",
"format": "string",
"default": "true",
"name": "FRAPPE_VERIFY_SSL"
},
{
"description": "Per-request timeout in seconds. Defaults to 30.",
"format": "number",
"default": "30",
"name": "FRAPPE_TIMEOUT"
}
]
},
{
"registryType": "oci",
"identifier": "docker.io/muthanii/frappe-mcp:1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Frappe/ERPNext site, e.g. https://your-site.erpnext.com",
"isRequired": true,
"format": "string",
"name": "FRAPPE_URL"
},
{
"description": "Frappe API key for token-based authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAPPE_API_KEY"
},
{
"description": "Frappe API secret paired with the API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAPPE_API_SECRET"
},
{
"description": "Set to 'false' to skip TLS certificate verification. Defaults to 'true'.",
"format": "string",
"default": "true",
"name": "FRAPPE_VERIFY_SSL"
},
{
"description": "Per-request timeout in seconds. Defaults to 30.",
"format": "number",
"default": "30",
"name": "FRAPPE_TIMEOUT"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/muthanii/frappe-mcp:1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Frappe/ERPNext site, e.g. https://your-site.erpnext.com",
"isRequired": true,
"format": "string",
"name": "FRAPPE_URL"
},
{
"description": "Frappe API key for token-based authentication",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAPPE_API_KEY"
},
{
"description": "Frappe API secret paired with the API key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRAPPE_API_SECRET"
},
{
"description": "Set to 'false' to skip TLS certificate verification. Defaults to 'true'.",
"format": "string",
"default": "true",
"name": "FRAPPE_VERIFY_SSL"
},
{
"description": "Per-request timeout in seconds. Defaults to 30.",
"format": "number",
"default": "30",
"name": "FRAPPE_TIMEOUT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-29T12:53:58.133149Z",
"publishedAt": "2026-07-29T12:53:58.133149Z",
"updatedAt": "2026-07-29T12:53:58.133149Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/muthanii/frappe_mcp
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.