poll-the-people/customgpt-mcp
by Various
Open source MCP server for CustomGPT.ai
MCP
poll-the-people/customgpt-mcp
Added 1 June 2026
Overview
Open source Python server that implements the Model Context Protocol (MCP) for CustomGPT.ai. It lets developers expose CustomGPT.ai agents as MCP endpoints for integration with MCP-compatible clients.
Best for
Best for
Developers integrating CustomGPT.ai into MCP-based workflows.
Use cases
- Expose CustomGPT.ai agents as MCP tools for agentic workflows.
- Connect CustomGPT.ai with MCP-compatible IDEs or assistants.
- Build custom integrations that invoke CustomGPT.ai through the MCP protocol.
How to use
Install
pip install -r requirements.txt Tools exposed
list_agentsget_agentcreate_agentsend_messagelist_conversationslist_pagesget_agent_statsget_agent_settingssearch_api_documentationget_api_endpoint_detailsvalidate_api_key
Tested with
Claude Code, Claude Web
Example client config
{\n "mcpServers": {\n "customgpt": {\n "command": "python",\n "args": ["/path/to/customgpt-mcp/server.py"],\n "env": {\n "PYTHONPATH": "/path/to/customgpt-mcp"\n }\n }\n }\n} Notes
Open source Python server that implements the Model Context Protocol (MCP) for CustomGPT.ai. It lets developers expose CustomGPT.ai agents as MCP endpoints for integration with MCP-compatible clients.
3 stars on GitHub. Last updated 2025-10-21. Licensed MIT.
Use cases
- Expose CustomGPT.ai agents as MCP tools for agentic workflows.
- Connect CustomGPT.ai with MCP-compatible IDEs or assistants.
- Build custom integrations that invoke CustomGPT.ai through the MCP protocol.
Pros
- Open source with no licensing costs.
- Simple Python codebase for easy customization.
- Lightweight dependency footprint.
Cons
- Very low community adoption (3 GitHub stars).
- Limited documentation and usage examples.
- May lack ongoing maintenance or advanced features.
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source with no licensing costs.
- Simple Python codebase for easy customization.
- Lightweight dependency footprint.
Cons
- Very low community adoption (3 GitHub stars).
- Limited documentation and usage examples.
- May lack ongoing maintenance or advanced features.
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.