🗄️

colabfit-mcp

An MCP server that provides access to the ColabFit database

Database stdio pypi pypistdiocolabfit
RUN IN TERMINAL
claude mcp add colabfit-colabfit-mcp -- uvx colabfit-mcp
ADD TO claude_desktop_config.json
{ "mcpServers": { "colabfit-colabfit-mcp": { "command": "uvx", "args": ["colabfit-mcp"] } } }
ADD TO .vscode/mcp.json
{ "mcpServers": { "colabfit-colabfit-mcp": { "command": "uvx", "args": ["colabfit-mcp"] } } }
ADD TO .cursor/mcp.json
{ "mcpServers": { "colabfit-colabfit-mcp": { "command": "uvx", "args": ["colabfit-mcp"] } } }

About This MCP Server

The io.github.colabfit/colabfit-mcp server provides access to the ColabFit database through the Model Context Protocol, enabling connections to this database for AI coding assistants and other tools. This server is part of the colabfit package and is available on pypi, allowing developers to integrate it into their projects for database access. Developers would use this server when they need to access the ColabFit database, particularly in applications involving AI coding assistants that require database connectivity.

An MCP server that provides access to the ColabFit database. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.

Package

colabfit-mcp on pypi

HOW TO USE

Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.

What tools does it provide?

The colabfit-mcp server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.

DETAILS
README BADGE
Skills Playground MCP badge
[![Skills Playground](https://skillsplayground.com/badges/mcp/colabfit-colabfit-mcp.svg)](https://skillsplayground.com/mcps/colabfit-colabfit-mcp/)
SHARE
Share on X

Related MCP Servers

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.