Agent Interviews MCP Server from MCPBundles
平台与服务by thinkchainai
Agent Interviews 是一个 AI 驱动的定性研究平台,可开展访谈、收集洞察,并通过 MCP server 接入工作流。
什么是 Agent Interviews MCP Server from MCPBundles?
Agent Interviews 是一个 AI 驱动的定性研究平台,可开展访谈、收集洞察,并通过 MCP server 接入工作流。
README
MCP Bundles Hub MCP Server
<p align="center"> <img src="https://mcpbundles.com/brand/logos/square/logo-square.png" alt="MCP Bundles Logo" width="120" /> </p> <p align="center"> <a href="https://mcpbundles.com"><img src="https://img.shields.io/badge/MCP-Compatible-orange?style=flat&logo=ai" alt="MCP Compatible"/></a> <a href="https://mcpbundles.com"><img src="https://img.shields.io/badge/Providers-500+-blue?style=flat" alt="500+ Providers"/></a> <a href="https://github.com/thinkchainai/mcpbundles/releases/latest"><img src="https://img.shields.io/badge/Download-.mcpb-success?style=flat" alt="Download .mcpb"/></a> <a href="https://docs.mcpbundles.com"><img src="https://img.shields.io/badge/Docs-Available-green?style=flat" alt="Documentation"/></a> </p>Execute tools from your enabled bundles directly from Claude, Cursor, and other MCP-compatible AI assistants using the Model Context Protocol.
Download
Download the MCPBundles Hub .mcpb file directly:
This .mcpb package contains a pre-configured MCP server proxy that connects to the MCPBundles Hub endpoint. Once installed, your AI assistant can discover and execute tools from all your enabled bundles.
Note: This repository hosts
.mcpbfiles for hundreds of bundles. The link above is specifically for the Hub server. See all releases to download individual bundle packages.
What is MCP Bundles?
MCP Bundles is the simplest way to connect AI assistants to real-world tools. Instead of configuring hundreds of individual MCP servers, you:
- Create bundles of tools you need (e.g., "Marketing Tools", "Developer Workflow")
- Connect providers with secure OAuth or API keys once
- Use one MCP URL per bundle - all your tools instantly available
With 500+ provider integrations including GitHub, Slack, Notion, Google Drive, Salesforce, Stripe, and more, MCP Bundles eliminates the complexity of MCP server management while giving your AI assistant powerful, authenticated access to the services you use every day.
What is the Hub MCP Server?
The MCP Bundles Hub MCP Server provides direct access to tools from all your enabled bundles through a single MCP endpoint. Instead of configuring each bundle separately, you can:
- Execute Tools: Run any tool from your enabled bundles through one interface
- List Available Tools: Discover what tools are available across all your bundles
- Search Tools: Find tools by name, provider, or capability
- Check Readiness: Verify bundle configuration and credential status
- Get Tool Details: View parameters, descriptions, and usage for specific tools
This server is authenticated and tied to your MCPBundles account. It aggregates all your bundle tools into one convenient MCP server endpoint.
Features
- OAuth & API Key Authentication: Secure access via OAuth login or Bearer token
- Unified Access: Execute tools from multiple bundles through one endpoint
- Tool Discovery: Search and list all tools you have access to
- Bundle-Aware Execution: Tools automatically use the correct credentials for each bundle
- Readiness Checks: Verify configuration status before executing tools
Documentation
For comprehensive setup guides and usage instructions:
- Model Context Protocol Overview
- Setting Up MCP in Cursor
- Setting Up MCP in Claude Desktop
- App-Level Tools Guide
Quick Start
Prerequisites
- An MCPBundles account (free at mcpbundles.com)
- MCP-compatible client (Claude Desktop, Cursor, etc.)
- Authentication method:
- OAuth (recommended): One-click authentication in Cursor
- API Key: Get from your dashboard for Claude Desktop
Setup Methods
Method 1: One-Click Install in Cursor (Recommended)
Cursor supports direct MCP server installation via URL:
- Open Cursor Settings → Features → MCP
- Click "Add Server"
- Paste this URL:
https://github.com/thinkchainai/mcpbundles/releases/download/hub-v1.0.0%2Bbuild.8da55d55/hub.mcpb - Authenticate with OAuth when prompted
Method 2: Download & Install .mcpb File
- Download hub.mcpb
- Double-click the
.mcpbfile (Claude Desktop will auto-install) - Restart Claude Desktop
- Configure authentication (see Manual Configuration below for API key setup)
Method 3: Manual Configuration
Cursor Setup
Add to your Cursor MCP settings:
{
"mcpServers": {
"mcpbundles-hub": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.mcpbundles.com/hub/",
"--header",
"Authorization:Bearer ${ACCESS_TOKEN}"
],
"env": {
"ACCESS_TOKEN": "your_access_token_here"
}
}
}
}
Claude Desktop Setup
Edit your Claude Desktop config file (Claude menu → Settings → Developer → Edit Config):
{
"mcpServers": {
"mcpbundles-hub": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.mcpbundles.com/hub/",
"--header",
"Authorization:Bearer ${ACCESS_TOKEN}"
],
"env": {
"ACCESS_TOKEN": "your_access_token_here"
}
}
}
}
Note: Replace your_access_token_here with your actual MCPBundles access token from your dashboard.
Example Usage
Once configured, you can ask your AI assistant:
Execute Tools
- "Use the GitHub create_issue tool from my dev-tools bundle"
- "Execute the slack_send_message tool to post an update"
- "Run the notion_create_page tool with title 'Meeting Notes'"
Discover Tools
- "What tools are available in my marketing bundle?"
- "List all GitHub tools I have access to"
- "Search for tools related to 'email'"
Check Status
- "Check if my dev-tools bundle is ready to use"
- "Show me the parameters for the github_create_issue tool"
- "What bundles do I have enabled?"
Available Tools
The Hub MCP server provides tools with the mcpbundles_hub_ prefix:
Bundle Operations
mcpbundles_hub_list_bundles- List all your bundlesmcpbundles_hub_get_bundle- Get details about a specific bundlemcpbundles_hub_create_bundle- Create a new bundlemcpbundles_hub_update_bundle- Update bundle configurationmcpbundles_hub_delete_bundle- Delete a bundle
Credential Management
mcpbundles_hub_list_credentials- List your provider credentialsmcpbundles_hub_add_credential- Add a new provider credentialmcpbundles_hub_update_credential- Update an existing credentialmcpbundles_hub_remove_credential- Remove a credential
Provider Discovery
mcpbundles_hub_search_providers- Search available providersmcpbundles_hub_get_provider_info- Get detailed provider informationmcpbundles_hub_list_provider_tools- List tools for a specific provider
Account Management
mcpbundles_hub_get_account_info- View your account detailsmcpbundles_hub_get_usage_stats- Check API usage statistics
Security
The Hub MCP server supports two authentication methods:
-
OAuth (Recommended): Secure browser-based authentication
- Automatic token refresh
- Revocable from your dashboard
- Works seamlessly in Cursor
-
API Keys: Manual Bearer token authentication
- Generate from your dashboard
- Ideal for Claude Desktop
- No expiration (until revoked)
Your credentials are:
- Encrypted in transit (HTTPS/TLS)
- Never exposed to the AI model
- Stored securely in your MCPBundles account
- Revocable at any time from your dashboard
Never share your API keys or include them in public repositories.
How It Works with Your Bundles
The Hub MCP server is for managing your account. Once you create bundles, each bundle gets its own MCP server URL:
https://mcp.mcpbundles.com/bundle/your-bundle-name
Typical Workflow:
- Use Hub MCP to create a bundle: "Create a bundle called 'dev-tools'"
- Use Hub MCP to add providers: "Add GitHub and Slack credentials"
- Use Hub MCP to configure tools: "Enable all GitHub repo tools"
- Use the Bundle MCP (
/bundle/dev-tools) to actually use the tools: "Create a new GitHub issue"
Troubleshooting
"401 Unauthorized" Error
- Check that your access token is valid
- Verify the token in your dashboard at mcpbundles.com/dashboard
- Make sure you're using the correct environment variable name
Tools Not Appearing
- Restart your AI client after adding the MCP server
- Check that "App-Level Tools" is enabled in your dashboard
- Verify the MCP server URL is correct:
https://mcp.mcpbundles.com/hub/
Connection Timeout
- Ensure you have internet connectivity
- Check if mcpbundles.com is accessible
- Try refreshing your access token
Support
Need help? We're here for you:
- Email: support@mcpbundles.com
- Documentation: docs.mcpbundles.com
- Discord: Join our community
- Issues: Open an issue
Related Resources
Official Repositories
- MCPBundles Package Releases - .mcpb bundle files
- MCPBundles Documentation - Full documentation
- Agent Interviews MCP - Our interview platform
MCP Resources
- Model Context Protocol - Official MCP site
- MCP Python SDK
- MCP TypeScript SDK
- MCP Servers Repository
License
This project is licensed under the MIT License - see the LICENSE file for details.
<p align="center"> <strong>Built by <a href="https://thinkchain.ai">ThinkChain Inc</a></strong><br/> <a href="https://mcpbundles.com">Website</a> • <a href="https://docs.mcpbundles.com">Docs</a> • <a href="https://twitter.com/mcpbundles">Twitter</a> • <a href="https://reddit.com/r/mcpbundles">Reddit</a> </p>
常见问题
Agent Interviews MCP Server from MCPBundles 是什么?
Agent Interviews 是一个 AI 驱动的定性研究平台,可开展访谈、收集洞察,并通过 MCP server 接入工作流。
相关 Skills
MCP构建
by anthropics
聚焦高质量 MCP Server 开发,覆盖协议研究、工具设计、错误处理与传输选型,适合用 FastMCP 或 MCP SDK 对接外部 API、封装服务能力。
✎ 想让 LLM 稳定调用外部 API,就用 MCP构建:从 Python 到 Node 都有成熟指引,帮你更快做出高质量 MCP 服务器。
Slack动图
by anthropics
面向Slack的动图制作Skill,内置emoji/消息GIF的尺寸、帧率和色彩约束、校验与优化流程,适合把创意或上传图片快速做成可直接发送的Slack动画。
✎ 帮你快速做出适配 Slack 的动图,内置约束规则和校验工具,少踩上传与播放坑,做表情包和演示都更省心。
MCP服务构建器
by alirezarezvani
从 OpenAPI 一键生成 Python/TypeScript MCP server 脚手架,并校验 tool schema、命名规范与版本兼容性,适合把现有 REST API 快速发布成可生产演进的 MCP 服务。
✎ 帮你快速搭建 MCP 服务与后端 API,脚手架完善、扩展顺手,尤其适合想高效验证服务能力的开发者。
相关 MCP Server
Slack 消息
编辑精选by Anthropic
Slack 是让 AI 助手直接读写你的 Slack 频道和消息的 MCP 服务器。
✎ 这个服务器解决了团队协作中需要 AI 实时获取 Slack 信息的痛点,特别适合开发团队让 Claude 帮忙汇总频道讨论或发送通知。不过,它目前只是参考实现,文档有限,不建议在生产环境直接使用——更适合开发者学习 MCP 如何集成第三方服务。
by netdata
io.github.netdata/mcp-server 是让 AI 助手实时监控服务器指标和日志的 MCP 服务器。
✎ 这个工具解决了运维人员需要手动检查系统状态的痛点,最适合 DevOps 团队让 Claude 自动分析性能数据。不过,它依赖 NetData 的现有部署,如果你没用过这个监控平台,得先花时间配置。
by d4vinci
Scrapling MCP Server 是专为现代网页设计的智能爬虫工具,支持绕过 Cloudflare 等反爬机制。
✎ 这个工具解决了爬取动态网页和反爬网站时的头疼问题,特别适合需要批量采集电商价格或新闻数据的开发者。不过,它依赖外部浏览器引擎,资源消耗较大,不适合轻量级任务。