Django MCP 服务器
MCP Serverby omarbenhamid · Added 5mo ago
Claude
280
Install
git clone https://github.com/omarbenhamid/django-mcp-serverAdd to Claude
claude mcp add django-mcpQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"django-mcp": {
"command": "npx",
"args": [
"@modelcontextprotocol/django-mcp"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Django MCP Server 是一个 Django 扩展,旨在轻松实现 AI 代理通过模型上下文协议(Model Context Protocol)与 Django 应用交互。它在 WSGI 和 ASGI 环境下均表现出色。
Tags
ai-mlmcp-serverai