Getting Started
About
Super simple TanStack Start MCP server
Details
- Author
- jherr
- Downloads
- 253
- Categories
- Other
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Getting StartedCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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:

Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



