# ollama/ollama-python | Model Context Protocol (MCP) Server > Ollama Python library - **Stars**: ⭐ 9,949 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ollama-python": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ollama-python" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ollama-python": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ollama-python" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ollama-python` - **Docker**: `docker run -i --rm mcp/ollama-python`