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.

评论

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