What is a .mcpb Package?
A.mcpb
package is an officially supported extension format by Anthropic that bundles everything needed to connect Claude Desktop to external services. Think of it like a browser extension—download, double-click, and you’re ready to go.
Installation in 3 Simple Steps
1. Get Your API Key
Visit app.theswarm.com/team-settings/api and copy your API key.2. Download & Install
- Download the swarm-mcp-claude.mcpb and unzip the package.
- Double-click the file (or open via Claude Desktop → Settings → Extensions → Install Extension)
- Click Install when prompted
3. Configure
Paste your API key when prompted. That’s it—The Swarm is now integrated with Claude Desktop.What You Get
The Swarm MCP gives Claude instant access to powerful professional networking intelligence, enabling you to search LinkedIn profiles with advanced filters for industry, location, and skills, retrieve detailed professional data including employment history and education, analyze and visualize professional networks with connection insights, access company intelligence for recruiting and partnerships, and discover available filters for industries, job titles, and other professional attributes—all through natural conversation with Claude.Key Benefits
✅ Zero Technical SetupNo command-line tools, JSON configuration, or environment variables—just download and install 🔒 Secure by Default
API keys stored in your system’s secure keychain, never in plain text files. 🚀 Everything Bundled
All dependencies included—no need to install Node.js, Python, or other runtimes. 🔄 Cross-Platform
Same
.mcpb
file works on macOS and Windows with no separate installers.
📦 Self-ContainedRuns in isolation without interfering with other extensions or your system. 🔧 No Maintenance
Updates handled automatically through Claude Desktop’s extension system.
Example Usage
Once installed, simply talk to Claude naturally:Technical Details
What’s Included in the Package
- MCP Server Implementation: Full protocol handler using
@modelcontextprotocol/sdk
- HTTP Client: Direct communication with Swarm API using
node-fetch
- Authentication Handler: Secure API key management and header injection
- All Dependencies: Completely self-contained with no external requirements
- Error Handling: Clear, actionable error messages for troubleshooting
System Requirements
- Claude Desktop: Latest version (0.8.0 or higher)
- Operating System: macOS 12+ or Windows 10+
- Internet Connection: Required for API communication
Configuration Options
After installation, customize via Settings → Extensions → The Swarm MCP → Configure:API Key
Your authentication token from app.theswarm.com/team-settings/apiEndpoint
Default:https://bee.theswarm.com/mcp
Custom: Use if you have a dedicated Swarm instance
Resources
- Download Extension: GitHub Releases
- API Key Management: app.theswarm.com/team-settings/api
- Full Documentation: docs.theswarm.com/docs/integrations/mcp
- Support: docs.theswarm.com/support
- MCP Specification: modelcontextprotocol.io
The Swarm MCP Extension uses the official Model Context Protocol developed by Anthropic. For technical details about .mcpb packages, visit Anthropic’s Desktop Extensions documentation.