Getting Started

by jherr

253 downloads
Not rated
GitHub

About

Super simple TanStack Start MCP server

Details

Author
jherr
Downloads
253
Categories
Other

- 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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Getting Started
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

Getting Started

To run this application:

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

Vercel uses the same Transport as this.

No problems using mcp-remote in Claude:

Running in Claude

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.