Poe Connector for AI agents.
10 live capabilities
Manage your chatbot fleet and chain AI models through a single interface.
Waiting for input…
Why people use Poe
Poe : Automate Your Chatbot Fleet Management
This Connector puts those controls in your hands. You can query your entire bot list, check performance stats, and update configurations through a simple conversation with your agent.
What Vinkius changes
You get a unified control panel for your Poe bot fleet inside your favorite AI client.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a non-responsive bot
A developer notices a bot is acting up.
- Real-world use case 02
Comparing model outputs
A researcher uses query_bot to have their main bot call two different models and compare the results in a single chat.
- Real-world use case 03
Bulk updating bot prompts
A creator needs to change the behavior of a bot.
Complete set · 10capabilities
The complete Poe capability set.
These are the exact actions your AI can choose when you ask it to work with Poe.
01—04
4 capabilities in this set.
Part of 10 available through Poe.
- 01 Capability
Create bot
Create a new API bot on Poe with a name, model, and system prompt. This helps you spin up new bots instantly.
- 02 Capability
Delete bot
Permanently remove a Poe bot and its entire conversation history. Use this to clean up old projects.
- 03 Capability
Get bot stats
Fetch message counts, unique users, and response times for a bot. Use this to monitor your bot's health.
- 04 Capability
Get bot
Retrieve the specific details and configuration of a single Poe bot. This is great for checking current settings.
05—07
3 capabilities in this set.
Part of 10 available through Poe.
- 05 Capability
List bots
Get a full list of bot names, handles, and statuses under your account. Use this to see your whole fleet.
- 06 Capability
List messages
Pull recent conversation logs to debug responses or analyze user patterns. This helps you see what users are asking.
- 07 Capability
Query bot
Call another Poe bot from your own bot to chain model responses together. This lets you build complex AI logic.
08—10
3 capabilities in this set.
Part of 10 available through Poe.
- 08 Capability
Send message
Simulate a user interaction to test your bot's connectivity and response. This verifies your bot is live.
- 09 Capability
Update bot
Change a bot's configuration and system prompt immediately. This lets you iterate on bot behavior quickly.
- 10 Capability
List available bots
See which bots are available for your bot to query in a chain. This is essential for multi-model workflows.
Set up in minutes
One URL. Then ask Poe to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Poe from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Poe, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Poe for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Poe URL.
- Step 03
Save and start
Save the connection and enable Poe in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"poe": {
"url": "https://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Poe
Open Agent mode in chat and ask: "Using Poe, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"poe": {
"url": "https://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Poe
Ask Copilot: "Using Poe, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"poe": {
"url": "https://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Poe
Open Cascade and ask: "Using Poe, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"poe": {
"url": "https://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Poe
Ask Cline: "Using Poe, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add poe --transport http "https://edge.vinkius.com/vk_preview_GTjMlzgwII8zcah2W5vaPUuxivd67B9v9CRpL0LG/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Poe
Ask Claude: "Using Poe, show me...". 10 tools are ready
Where the request belongs
Work Poe can move forward.
This is for the developer who's tired of switching tabs to check bot health or the researcher trying to chain multiple models for a complex experiment.
Bot Developer
Manages the lifecycle of dozens of bots and updates system prompts without leaving the code editor.
AI Researcher
Chains multiple models to compare outputs and build multi-step reasoning flows.
Community Manager
Monitors user interactions and tracks engagement metrics in real-time to improve bot performance.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGPTBots
Manage your conversational AI agents, workflows, and knowledge bases via AI.
ChatBot.com
Manage conversational AI and bot workflows via ChatBot. track stories, interactions, and user data directly from any AI agent.
Bot9
Manage your AI agents via Bot9. orchestrate bots, train them, and automate conversations directly from any AI agent.
Anthropic
Access Claude models via Anthropic API. send messages, count tokens, manage batches and discover models from any AI agent.
CHATFLY
Manage AI chatbots and knowledge bases via CHATFLY. train bots on custom data and track conversations directly from any AI agent.
ThinkStack
Manage AI chatbots via ThinkStack u2014 query bots, manage knowledge sources, review conversations, and configure actions from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Poe connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Poe.
The practical details behind the request, access and result.
Can I use Poe MCP to manage my bots in Cursor?
Yes. You can connect this Connector to Cursor to manage your Poe bots, check stats, and update prompts without leaving your code editor.
Does Poe MCP let me see how many people used my bot?
Yes, it pulls real-time usage statistics. You can ask your agent to show you message counts and unique user numbers for any bot in your account.
How do I use Poe MCP to chain different models?
You can use the query capability to have one bot call another. This allows you to build complex workflows where different models handle different parts of a task.
Can I update my bot's prompt without going to the website?
Yes. You can use the update capability to change a bot's configuration or system prompt directly through your AI client's chat interface.
How do I test if my Poe bot is actually responding?
You can ask your agent to send a test message to your bot. It will simulate a user interaction and show you the response your bot generates.
Does Poe MCP work for both personal and creator accounts?
It works for any account that has a Poe API access token from the creator dashboard. This includes both personal and professional accounts.
How do I get a Poe API access token?
Go to creator.poe.com, navigate to Settings > API, and generate an access token. This token authenticates all API requests for bot management.
What AI models can I query through Poe?
Poe has GPT-4, GPT-4o, Claude 3.5 Sonnet, Claude 3 Opus, Llama 3, and dozens of specialized bots. Use query_bot to chain responses from multiple models in your workflows.
How does bot chaining work?
Using Poe API v2, your bot can query any other bot on Poe for free. The response becomes input for your bot's processing. Costs are covered by the user's free message limit or subscription.
One connection away
Give your agent a direct line to Poe.
Connect Poe once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available