Poe

Poe MCP Connector for Claude

A

Manage AI chatbots on Poe — create bots, query other AI models, monitor messages, and track usage stats.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Poe (Quora's AI platform) account to any AI agent and manage your chatbot empire through natural conversation. Create bots, chain AI model responses, monitor conversations, and track performance — all via API.

What you can do

  • Bot Management — List, create, update, and delete API bots programmatically
  • AI Model Chaining — Query any bot on Poe (GPT-4, Claude, etc.) from your bot using API v2
  • Message Monitoring — View recent conversations, debug responses, and analyze user interactions
  • Usage Statistics — Track message counts, unique users, response times, and error rates
  • Endpoint Testing — Send test messages to verify bot connectivity and response quality
  • Multi-Model Workflows — Build complex bots that combine responses from multiple AI models

How it works

  1. Subscribe to this server
  2. Enter your Poe API access token from creator.poe.com
  3. Start managing bots from Claude, Cursor, or any MCP client

Who is this for?

  • Bot Developers — Create and manage AI bots without leaving your code editor
  • AI Researchers — Chain multiple AI models and compare responses programmatically
  • Community Managers — Monitor bot conversations and track engagement metrics
chatbot-developmentllm-orchestrationmodel-chainingai-platformsbot-managementconversational-ai

10 tools expose this connector's capabilities to your AI agent.

create_bot

Requires a bot name, base URL for your API endpoint, and the model name. Optionally set a system prompt and description. Create a new API bot on Poe

delete_bot

This action cannot be undone. All conversation history and settings for the bot will be lost. Delete a Poe API bot

list_available_bots

Useful for discovering which AI models and specialized bots are available for chaining in your bot workflows. List publicly available bots on Poe that your bot can query

get_bot_stats

Essential for monitoring bot health, understanding user engagement, and identifying performance bottlenecks. Get usage statistics for a Poe bot

get_bot

Use the bot ID obtained from list_bots. Get details of a specific Poe bot

list_bots

Returns bot names, handles, models, and status. Essential first step to identify which bot to work with before querying, updating, or checking stats. List all API bots under your Poe account

list_messages

Useful for monitoring what users are asking, debugging bot responses, and analyzing conversation patterns. Returns message content, timestamps, and user identifiers. List recent messages for a specific Poe bot

query_bot

This allows chaining bot responses - your bot can query GPT-4, Claude, or any other bot on Poe and use the response as input. The cost is covered by the user's free message limit or subscription. Query another bot on Poe from your bot

send_message

Useful for testing endpoint connectivity and validating bot responses. The bot will process the message and return a response via its configured endpoint. Send a message to a Poe bot (simulate user interaction)

update_bot

Changes take effect immediately for new conversations. Update an existing Poe bot's configuration

See how to talk to your AI agent using Poe.

List all my bots and show stats for the first one.

🤖 You have 3 bots: SummaryBot, Translator, CodeAssistant. Stats for SummaryBot: 1,247 messages, 89 unique users, avg response 2.3s.

Create a bot called 'Research Assistant' using GPT-4 that summarizes articles.

✅ Bot created! 'Research Assistant' (ID: bot_123) using GPT-4. Configure your endpoint URL in the bot settings.

Query Claude-3.5-Sonnet from my ResearchBot: 'What are the key trends in AI?'

🤖 Claude-3.5-Sonnet responded: 'Key AI trends include multimodal models, agentic workflows, and reasoning capabilities...' Response received successfully.

Go to [creator.poe.com](https://creator.poe.com/), navigate to Settings > API, and generate an access token. This token authenticates all API requests for bot management.

Related Connectors