MB Crosier's Personal MCP Server
@mbcrosier
About MB Crosier's Personal MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse"
]
}
}
}Tools
3Returns a short biography of MB.
Returns MB Crosier's email info
Returns MB Crosier's LinkedIn, GitHub, and Instagram links
Overview
What is MB Crosier's Personal MCP Server?
A custom MCP server that exposes three personal tools for retrieving biography, contact, and social link information about MB Crosier. It is intended for use with MCP-compatible clients like Claude Desktop or Cloudflare's AI Playground.
How to use MB Crosier's Personal MCP Server?
Use the deployed URL https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse in an MCP client. For Cloudflare AI Playground, enter that URL directly. For Claude Desktop, add the JSON configuration shown in the README, using npx mcp-remote with that URL, then restart Claude.
Key features of MB Crosier's Personal MCP Server
- Three personal tools: get_bio, get_contact_info, get_social_links
- Deployed as a Cloudflare Worker with SSE transport
- Accessible from Claude Desktop via mcp-remote
- Usable directly from Cloudflare's AI Playground
- No local installation required for Cloudflare Playground
Use cases of MB Crosier's Personal MCP Server
- Quickly retrieve MB Crosier's biography during a conversation
- Get MB Crosier's email contact information without leaving your chat
- Obtain links to MB Crosier's LinkedIn, GitHub, and Instagram profiles
FAQ from MB Crosier's Personal MCP Server
How do I try this server without installing anything?
Go to https://playground.ai.cloudflare.com/ and enter the deployed URL https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse.
What configuration do I use for Claude Desktop?
Add the following to your MCP config file:
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": ["mcp-remote", "https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse"]
}
}
}
Then restart Claude.
What tools does this server provide?
Three tools: get_bio (returns MB Crosier's short biography), get_contact_info (returns email), and get_social_links (returns LinkedIn, GitHub, Instagram URLs).
Where is the server hosted?
The README indicates it is deployed as a Cloudflare Worker at the URL https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse.
Is authentication required?
The README does not mention authentication; the server appears to be publicly accessible via its SSE endpoint.
Frequently asked questions
How do I try this server without installing anything?
Go to https://playground.ai.cloudflare.com/ and enter the deployed URL `https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse`.
What configuration do I use for Claude Desktop?
Add the following to your MCP config file: ```json { "mcpServers": { "calculator": { "command": "npx", "args": ["mcp-remote", "https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse"] } } } ``` Then restart Claude.
What tools does this server provide?
Three tools: get_bio (returns MB Crosier's short biography), get_contact_info (returns email), and get_social_links (returns LinkedIn, GitHub, Instagram URLs).
Where is the server hosted?
The README indicates it is deployed as a Cloudflare Worker at the URL `https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse`.
Is authentication required?
The README does not mention authentication; the server appears to be publicly accessible via its SSE endpoint.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments