SuzyQ MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SuzyQ MCP ServerAsk SuzyQ how to create a new mission"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuzyQ MCP Server
An MCP (Model Context Protocol) server to interact with the SuzyQ chatbot directly from Cursor IDE.
What is this?
This server allows you to use SuzyQ (your research co-pilot) directly from Cursor using the MCP protocol. You can ask questions about surveys, missions, actions, data analysis, and more — without leaving your IDE.
Related MCP server: Cursor DB MCP Server
Features
Chat with SuzyQ: Send messages and receive responses from the chatbot
Conversation History: Maintains context across your conversations
Multiple Conversations: Support for multiple active conversations
Installation
1. Install dependencies
cd mcp-server-suzyq
npm installOr use the installation script:
./install.sh2. Configure in Cursor
Edit your Cursor MCP configuration file (Settings > MCP Servers) or directly edit the configuration file at:
macOS: ~/.cursor/mcp.json
Linux: ~/.config/cursor/mcp.json
Add the following configuration:
{
"mcpServers": {
"suzyq": {
"command": "node",
"args": ["/path/to/mcp-server-suzyq/index.js"]
}
}
}Important! Replace /path/to/ with the actual absolute path to the project.
3. Restart Cursor
Close and reopen Cursor to load the new MCP server.
Usage
Once configured, you can use the following tools in your conversations with Claude in Cursor:
ask_suzyq
Send a message to SuzyQ and receive a response.
Example usage in Cursor:
"Ask SuzyQ how to create a new mission"
"Ask SuzyQ about data cleaning best practices"Parameters:
message(required): The message to send to SuzyQconversation_id(optional): Conversation ID to continue a previous conversation
new_suzyq_conversation
Start a new conversation with SuzyQ.
Example:
"Start a new conversation with SuzyQ"get_suzyq_conversation_history
Get the conversation history for a specific conversation.
Parameters:
conversation_id(required): The conversation ID to retrieve history for
Example Prompts
Here are some examples of how you can interact with SuzyQ from Cursor:
General questions:
"Ask SuzyQ: How do I create a survey with skip logic?"
"Ask SuzyQ about quota management best practices"
Continue conversations:
"Continue conversation conv_123456 asking about data cleaning"
Code analysis:
"Ask SuzyQ how we can improve the quotas component"
Architecture
The MCP server acts as a bridge between Cursor and the Chatbase API:
Cursor <-> MCP Server <-> Chatbase API <-> SuzyQChatbot ID:
TujsCRqvQAdt7loeL2b9NAPI Endpoint:
https://www.chatbase.co/api/chat/[chatbotId]
Troubleshooting
Server doesn't appear in Cursor
Verify the path in the configuration is absolute and correct
Check that Node.js is installed (
node --version)Make sure dependencies are installed (
npm install)Completely restart Cursor
Error sending messages
Check your internet connection
Verify the chatbot ID is correct
Check the server logs in the Cursor console
How to view logs?
MCP server logs appear in Cursor's debug output. To view them:
Open the command palette (Cmd/Ctrl + Shift + P)
Search for "Developer: Toggle Developer Tools"
Go to the "Console" tab
Development
To modify the server:
Edit
index.jsRestart Cursor to load the changes
Notes
Conversations are stored in memory and will be lost when the server restarts
The server uses the public Chatbase API, no special authentication required
User-specific context (user_id, brand_id, etc.) is not included in this basic version
Roadmap
Persist conversations to disk
Support for user context (user_id, brand_id)
Integration with Azure Functions context hash
Support for streaming responses
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adiezsuzy/mcp-server-suzyq'
If you have feedback or need assistance with the MCP directory API, please join our Discord server