@boxverse_ai/listenme-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., "@@boxverse_ai/listenme-mcp-serverCreate a new research task for user feedback analysis"
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.
@boxverse_ai/listenme-mcp-server
MCP server for ListenME — product research task management via Boxverse AI.
Provides 19 tools for managing research tasks, reviewing user feedback, and generating insights through the Model Context Protocol (MCP).
Quick Start
npx @boxverse_ai/listenme-mcp-serverOr install globally:
npm install -g @boxverse_ai/listenme-mcp-server
listenme-mcpRelated MCP server: Feedback Synthesis MCP
Setup
1. Initialize config
npx @boxverse_ai/listenme-mcp-server init <apiKey> <apiSecret>This creates ~/.listenme/config.json with your credentials.
You can optionally override the base URLs:
npx @boxverse_ai/listenme-mcp-server init <apiKey> <apiSecret> <walletBaseUrl> <aiBaseUrl>2. Or use environment variables
Variable | Description | Default |
| API key from Boxverse dashboard | — |
| API secret | — |
| Wallet API base URL |
|
| AI API base URL |
|
| Response language |
|
Environment variables take precedence over config file values.
MCP Client Configuration
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"listenme": {
"command": "npx",
"args": ["-y", "@boxverse_ai/listenme-mcp-server"],
"env": {
"LISTENME_API_KEY": "your-key",
"LISTENME_API_SECRET": "your-secret"
}
}
}
}If you've already run init, you can omit the env block:
{
"mcpServers": {
"listenme": {
"command": "npx",
"args": ["-y", "@boxverse_ai/listenme-mcp-server"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"listenme": {
"command": "npx",
"args": ["-y", "@boxverse_ai/listenme-mcp-server"],
"env": {
"LISTENME_API_KEY": "your-key",
"LISTENME_API_SECRET": "your-secret"
}
}
}
}SSE Transport
For HTTP-based clients, use SSE mode:
npx @boxverse_ai/listenme-mcp-server --sse
# or
SSE=1 SSE_PORT=3001 npx @boxverse_ai/listenme-mcp-serverEndpoints:
SSE:
http://localhost:3001/sseMessages:
POST http://localhost:3001/messagesHealth:
GET http://localhost:3001/health
Tools (21)
Agent Management (Wallet API)
Tool | Description |
| Create a new AI agent |
| List AI agents with filtering and pagination |
Task Management (Wallet API)
Tool | Description |
| List available task type categories |
| Create a new research task |
| Update an existing task |
| Delete a task |
| List tasks with filtering and pagination |
| Get full task details |
| Get task submission logs |
| List task rewards |
| Manually submit a task completion |
| Refund a task |
| Review and approve/reject reward submissions |
Feedback & Analysis (AI API)
Tool | Description |
| Overview stats for a task's feedback |
| List feedback entries with filters |
| Get discovered feedback topics |
| Detailed feedback analysis |
| Retrieve generated key insights |
| Trigger AI insight generation |
| Get a single feedback entry |
| Update feedback status/notes |
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
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/chesterkuo/boxverseai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server