A Model Control Protocol server that allows Claude Desktop to communicate with Ollama LLM server
Project description
MCP Server for Ollama
A Model Control Protocol server that allows Claude Desktop to communicate with Ollama LLM server.
Setup
- Clone the repository
- Copy
.env.exampleto.envand configure as needed - Install dependencies:
pip install -r requirements.txt
Using with Claude Desktop
Edit the claude_desktop_config.json file with the following content, change path-to-mcp-server to the path of this repo:
{
"mcpServers": {
"ollama-server": {
"command": "python",
"args": ["-m", "src.mcp_server.server"],
"env": {
"PYTHONPATH": "path-to-mcp-server"
}
}
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iflow_mcp_vincentf305_mcp_server_ollama-0.1.0.tar.gz.
File metadata
- Download URL: iflow_mcp_vincentf305_mcp_server_ollama-0.1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d00ed331e6826b860fddd02b0aaf53af3fa902f1258fb04f8bd6544261c7fced
|
|
| MD5 |
6be4d294d88ae37dfd8629d4e8e320db
|
|
| BLAKE2b-256 |
6b4157f78c71d988f58791527afd277b85dc57c46178b66291b94e419d91be44
|
File details
Details for the file iflow_mcp_vincentf305_mcp_server_ollama-0.1.0-py3-none-any.whl.
File metadata
- Download URL: iflow_mcp_vincentf305_mcp_server_ollama-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b76b9724d9318b5e81b8c1071a61abf9ba2a43b5daeb434930f8345af1316684
|
|
| MD5 |
21419cf4e2c648aadc793544b39143c9
|
|
| BLAKE2b-256 |
8fbe8228d7a1ec7bd9390751ab04cb434e6c3cace4ec5ed2a8d526425cdd0425
|