mcp-server-python-functions
If you are the rightful owner of mcp-server-python-functions and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
My MCP Server is a model context protocol server designed to facilitate seamless integration and communication between different platforms using the MCP technology.
My MCP Server
Installation
Requirements
- (Technically optional)
just
for easy command execution
Install gems
just install
Set environment variables
cp .env.template .env
and add all necessary values
Add to MCP Client
Claude
{
"mcpServers": {
"my_mcp_server": {
"command": "just",
"args": [
"-f",
"/absolute/path/to/my-mcp-server/Justfile",
"run"
]
}
}
}