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
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments