mcpbeat Sign in

Colabfit MCP Server

local only

Colabfit MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 81 installs a week from pypi. Last commit 23 Apr 2026.

An MCP server that provides access to the ColabFit database

Installs per day peak 29 · avg 12 · -1% w/w
a month agotoday
81
Installs / week
pypi · colabfit-mcp
2
Stars
0 open issues
23 Apr 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    proc = subprocess.Popen(
Executes code built at runtime src/colabfit_mcp/tools/status.py:67
            mod = __import__(pkg)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add colabfit-mcp -- uvx colabfit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "colabfit-mcp": {
      "args": [
        "colabfit-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.colabfit-mcp]
command = "uvx"
args = ["colabfit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "colabfit-mcp": {
      "args": [
        "colabfit-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "colabfit-mcp": {
      "args": [
        "colabfit-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Colabfit MCP

same job, measured the same way
Tiger MCP
by timescale

Provides programmatic access to Tiger Cloud services, databases, and documentation.

local only
Fastmcp Sqltools
by atarkowska

A MCP server provides SQL database access with support for PostgreSQL, MySQL, and SQLite.

53 installs/wk local only
Tmdb MCP Server
by tcehjaava

MCP server for The Movie Database (TMDB) API

57 installs/wk local only
MCP Devtools
by marin1321

MCP server giving AI agents safe access to filesystem, databases, processes, and APIs.

37 installs/wk local only
Mysql
by marcelo-ochoa

An MCP server for MySQL databases.

38 installs/wk local only
Qdrant MCP
by avaazquezz

MCP server that wraps the Qdrant vector database API as tools.

1 385 installs/wk local only
DataLink
by pilat

MCP server for secure database access (PostgreSQL, MySQL, SQLite)

42 installs/wk local only
Mimer MCP
by mimersql

An MCP server with Mimer SQL Database Connectivity

80 installs/wk local only

Colabfit MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Colabfit MCP?
Colabfit MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package colabfit-mcp was installed 81 times last week.
How do I connect Colabfit MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls colabfit-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Colabfit MCP?
The pypi package colabfit-mcp was installed 81 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Colabfit MCP open source?
We cannot say either way: written in Python and 2 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.