@servicestack/mcp
@ServiceStack
About @servicestack/mcp
MCP Server for ServiceStack APIs
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
1Create new text notes
Overview
What is @servicestack/mcp?
@servicestack/mcp is a TypeScript-based MCP server that allows exploring and invoking ServiceStack APIs. It implements a simple notes system to demonstrate core MCP concepts, including resources, tools, and prompts.
How to use @servicestack/mcp?
Install dependencies with npm install and build the server with npm run build. For development with auto-rebuild, use npm run watch. To use with Claude Desktop, add the server config to the Claude desktop configuration file, specifying the path to the built index.js file.
Key features of @servicestack/mcp
- Resources representing text notes with URIs and metadata
- Tools for creating new notes
- Prompts for generating summaries of notes
- List and access notes via
note://URIs - Plain text mime type for simple content access
Use cases of @servicestack/mcp
- Exploring ServiceStack APIs through an MCP interface
- Creating and managing text notes via MCP tools
- Summarizing stored notes using LLM prompts
- Demonstrating MCP resource, tool, and prompt patterns
FAQ from @servicestack/mcp
What does @servicestack/mcp do?
It is a ServiceStack MCP server for exploring and invoking ServiceStack APIs, and it implements a simple notes system to demonstrate resources, tools, and prompts.
How do I install @servicestack/mcp for Claude Desktop?
Add the server configuration to the Claude desktop config file (claude_desktop_config.json), specifying the command as the path to the built index.js file.
How do I build and run @servicestack/mcp?
Run npm install to install dependencies, then npm run build to compile the TypeScript. For development, npm run watch rebuilds automatically on changes.
How can I debug @servicestack/mcp?
Use the MCP Inspector by running npm run inspector, which provides a URL for debugging tools in your browser.
Frequently asked questions
What does @servicestack/mcp do?
It is a ServiceStack MCP server for exploring and invoking ServiceStack APIs, and it implements a simple notes system to demonstrate resources, tools, and prompts.
How do I install @servicestack/mcp for Claude Desktop?
Add the server configuration to the Claude desktop config file (`claude_desktop_config.json`), specifying the command as the path to the built `index.js` file.
How do I build and run @servicestack/mcp?
Run `npm install` to install dependencies, then `npm run build` to compile the TypeScript. For development, `npm run watch` rebuilds automatically on changes.
How can I debug @servicestack/mcp?
Use the MCP Inspector by running `npm run inspector`, which provides a URL for debugging tools in your browser.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ICSS
chokcoco不止于 CSS
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments