MCP.so
登录

MB Crosier's Personal MCP Server

@mbcrosier

关于 MB Crosier's Personal MCP Server

暂无概览

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "calculator": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mbcrosier-mcp-server.mbcrosier.workers.dev/sse"
      ]
    }
  }
}

工具

3

Returns a short biography of MB.

Returns MB Crosier's email info

Returns MB Crosier's LinkedIn, GitHub, and Instagram links

概览

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.

常见问题

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.

评论

其他 分类下的更多 MCP 服务器