frisian-mcp

Frisian-MCP/frisian-mcp
★ 3 stars Python Browser/Web Updated today
Server-side, framework-permissioned MCP server for Django/DRF. Per-agent permission gating with dispatcher-pattern schema compression.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "frisian-mcp": {
      "command": "uvx",
      "args": [
        "frisian-mcp"
      ]
    }
  }
}

Or install with pip: pip install frisian-mcp

README Excerpt

**The Django MCP gateway that discovers your API automatically.** frisian-mcp turns your existing Django REST Framework ViewSets into [Model Context Protocol](https://spec.modelcontextprotocol.io/) tools with zero boilerplate. Add the package, include one URL, and every ViewSet action becomes a callable MCP tool — name, description, and input schema derived from your serializers automatically.

Tools (3)

createlisttasks

Topics

ai-agentsdispatcher-patterndjangodjango-mcpdjango-rest-frameworkmcpmcp-servermodel-context-protocolpython