MCP.so
ログイン

Getting Started

@jherr

Getting Started について

Super simple TanStack Start MCP server

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "remote-example": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:3000/api/sse"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Getting Started?

Getting Started is an example MCP server built with TanStack that demonstrates remote connectivity using SSE (Server-Sent Events) transport. It serves as a reference implementation for developers testing MCP remote connections or learning how to set up a remote MCP server.

How to use Getting Started?

Install dependencies with pnpm i, then start the dev server with pnpm dev. Connect a remote client using npx mcp-remote http://localhost:3000/api/sse and include the JSON configuration in your client’s settings. It works out of the box with Claude Desktop via mcp-remote.

Key features of Getting Started

  • Example MCP server based on TanStack
  • SSE transport available at /api/sse
  • Local development with pnpm dev
  • Remote connection via mcp-remote
  • Compatible with Vercel’s MCP adapter transport
  • Works without issues in Claude Desktop

Use cases of Getting Started

  • Testing remote MCP connections in a simple example
  • Learning how to configure SSE-based MCP servers
  • Developing TanStack MCP integrations with remote clients
  • Running a local MCP server for experimentation

FAQ from Getting Started

How do I run this server locally?

Run pnpm i to install dependencies, then pnpm dev to start the development server.

How do I connect a remote client?

Use the command npx mcp-remote http://localhost:3000/api/sse and add the corresponding JSON block to your client’s MCP configuration.

Is this transport compatible with Vercel?

Yes, Vercel uses the same transport as this server, as noted in their MCP adapter.

Does it work with Claude Desktop?

Yes, using mcp-remote with Claude Desktop shows no problems.

よくある質問

How do I run this server locally?

Run `pnpm i` to install dependencies, then `pnpm dev` to start the development server.

How do I connect a remote client?

Use the command `npx mcp-remote http://localhost:3000/api/sse` and add the corresponding JSON block to your client’s MCP configuration.

Is this transport compatible with Vercel?

Yes, Vercel uses the same transport as this server, as noted in their MCP adapter.

Does it work with Claude Desktop?

Yes, using `mcp-remote` with Claude Desktop shows no problems.

コメント

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