JamesANZ/system-prompts-mcp-server
by Various
Model Context Protocol server exposing system prompt files and summaries.
MCP
JamesANZ/system-prompts-mcp-server
Added 1 June 2026
Overview
A Model Context Protocol server that exposes system prompt files and their summaries. It allows MCP clients to retrieve and manage system prompts stored in files.
Best for
Best for
Developers already using MCP who need a straightforward way to expose system prompt files.
Use cases
- Serving system prompts to MCP-compatible AI assistants
- Organizing prompt files with summaries for team collaboration
- Integrating prompt management into existing MCP workflows
How to use
Install
npm install -g system-prompts-mcp-server Tools exposed
npmgitnode
Tested with
Cursor, Claude Desktop
Example client config
{\n "mcpServers": {\n "system-prompts-mcp": {\n "command": "node",\n "args": ["/absolute/path/to/system-prompts-and-models-of-ai-tools/dist/index.js"],\n "env": {\n "PROMPT_LIBRARY_ROOT": "/absolute/path/to/system-prompts-and-models-of-ai-tools/prompts"\n }\n }\n }\n} Notes
A Model Context Protocol server that exposes system prompt files and their summaries. It allows MCP clients to retrieve and manage system prompts stored in files.
5 stars on GitHub. Last updated 2025-12-10. Licensed GPL-3.0.
Use cases
- Serving system prompts to MCP-compatible AI assistants
- Organizing prompt files with summaries for team collaboration
- Integrating prompt management into existing MCP workflows
Pros
- Simple TypeScript implementation with clear MCP integration
- Lightweight and focused on a single task
- Open source and easy to modify or extend
Cons
- Limited to system prompts only, not general prompting
- Requires an MCP client to be useful
- Low community adoption (5 stars) may mean less support
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Simple TypeScript implementation with clear MCP integration
- Lightweight and focused on a single task
- Open source and easy to modify or extend
Cons
- Limited to system prompts only, not general prompting
- Requires an MCP client to be useful
- Low community adoption (5 stars) may mean less support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.