@servicestack/mcp
@ServiceStack
About @servicestack/mcp
MCP Server for ServiceStack APIs
Basic information
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.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments