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.

コメント

「その他」の他のコンテンツ