Frisian MCP (Django)

The Django MCP gateway that discovers your API automatically. frisian-mcp turns your existing Django REST Framework ViewSets into Model Context Protocol 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. It is available as a remote MCP endpoint.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 6 · #198 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Frisian MCP (Django)

Claude Code

claude mcp add frisian-mcp-frisian-mcp --transport http https://mcp.frisian-mcp.com/mcp/

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "frisian-mcp-frisian-mcp": {
      "url": "https://mcp.frisian-mcp.com/mcp/"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.frisian-mcp.com/mcp/

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.frisian-mcp.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace com.frisian-mcp - domain-verified with the official MCP registry

03 · Who maintains Frisian MCP (Django)

Frisian MCP (Django) is maintained by frisian-mcp. It's the only MCP server we track from this author; the repo dates to Jun 2026.

04 · Facts

category
API integration - ranked #198 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
com.frisian-mcp/django (active, first published 2026-07-23)

05 · Frisian MCP (Django) FAQ

What is Frisian MCP (Django)?

The Django MCP gateway that discovers your API automatically. frisian-mcp turns your existing Django REST Framework ViewSets into Model Context Protocol 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. It is available as a remote MCP endpoint.

Is Frisian MCP (Django) still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Frisian MCP (Django)?

Run `claude mcp add frisian-mcp-frisian-mcp --transport http https://mcp.frisian-mcp.com/mcp/`. You can also paste the ready-made client config above.

Does Frisian MCP (Django) require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Frisian MCP (Django)