P

mcp

...
Created 2/6/2025bycatalystneuro

Language:

Python

Stars:

1

Forks:

0

MCP servers

CatalystNeuro maintained Model Context Protocol (MCP) servers.

Available servers

  • Semantic search
  • ...

Usage with cline

To install a server:

cd servers/
python -m venv .venv && .venv/bin/pip install -e .

Then configure the server in your cline_mcp_settings.json:

{
  "mcpServers": {
    "/.venv/bin/python",
      "args": [
        "/path_to/servers//src/main.py"
      ],
      "env": {
        "ENV_VAR_0": "VALUE0",
        "ENV_VAR_1": "VALUE1",
      },
      "disabled": false,
      "autoApprove": []
    }
}

Each server has its own configuration, so you need to check the server's documentation for the required environment variables.

Development

To quickly run and test a server, you can use:

# export the required environment variables
export OPENAI_API_KEY="your-openai-api-key"

cd servers/
mcp dev src/main.py

# or for development
mcp dev src/main.py --with-editable .
Last updated: 2/8/2025

Publisher info

catalystneuro's avatar

CatalystNeuro

58
followers
0
following
199
repos

More MCP servers built with Python

composer-trade-mcp

Create, backtest, and execute trades directly in one chat box. The Composer MCP Server gives LLMs the power to backtest investment ideas and execute automated trading strategies. Trade across stocks, ETFs, and crypto directly in Claude.

By https://github.com/ronnyli
slidespeak-mcp

An MCP to generate presentations with AI. Create and edit PowerPoint presentations with AI.

By https://github.com/SlideSpeak
PaddleOCR

The PaddleOCR MCP server brings enterprise-grade OCR and document parsing capabilities to AI applications. Built on PaddleOCR — a proven solution with 50,000+ GitHub stars, deeply integrated by leading projects like MinerU, RAGFlow, and OmniParser— with targeted optimizations based on the MCP concept.

By PaddlePaddle