
mb crosier mcp
一个为 MB Crosier 定制的远程 MCP 服务器,包含获取个人简介、联系方式和社交链接的工具。
Repository Info
About This Server
一个为 MB Crosier 定制的远程 MCP 服务器,包含获取个人简介、联系方式和社交链接的工具。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MB's Personal MCP Server
This is a remote MCP server that has been customized for MB Crosier. It includes 3 tools:
Tools
get_bio: Returns a paragraph biography of MB Crosier.get_contact_info: Returns the contact email for MB Crosier.get_social_links: Returns JSON with MB Crosier's Linkedin, Github, Instagram, and Twitter/X accounts.
Try out this MCP Server using Cloudflare's AI Playground
- Go to https://playground.ai.cloudflare.com/
- Enter this MCP Server's deployed URL (
https://mb-crosier-mcp.mbcrosier.workers.dev/sse) - You can now use MB's MCP server directly from the playground!
Connect this MCP Server to Claude Desktop
To connect to this MCP server from Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.
Update with this configuration:
{
"mcpServers": {
"mbcrosier-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mb-crosier-mcp.mbcrosier.workers.dev/sse"
]
}
}
}
Restart Claude and you should see the new tools become available.
Quick Start
Clone the repository
git clone https://github.com/mbcrosier/mb-crosier-mcpInstall dependencies
cd mb-crosier-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.