MCP Project Helper
About
A lightweight, extensible MCP server for running prompt-based tools and file utilities, with support for custom prompts.
Details
- Author
- ad
- Categories
- Developer Tools, Productivity, Automation
Jump to
Setup
Install MCP Project Helper in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/ad/mcp-project-helper
Follow the installation instructions in the repository README, then restart your MCP client.
A lightweight, extensible MCP server for running prompt-based tools and file utilities, with support for custom prompts.
A lightweight, extensible MCP (Model Context Protocol) server for running prompt-based tools and file utilities. Designed for easy integration, testing, and extension with custom prompts.
- Prompt-based tools: Easily add new tools by writing simple JSON prompt files.
- File utilities: Includes tools for reading, writing, moving, and deleting files and directories.
- Custom prompts: Place your own prompt definitions in thecustom_prompts/directory.
- Multiple transports: Supports STDIO, SSE, and HTTP for flexible integration.
- Extensive tests: Includes a test script to verify all tool endpoints.
To quickly install the latest version from the repository:
go install github.com/ad/mcp-project-helper@latest
The binary will appear in$GOBINor$HOME/go/bin(make sure this path is in your$PATH).
# Clone the repository git clone https://github.com/ad/mcp-project-helper.git cd mcp-project-helper go mod tidy # Local build make build-local # Or manually go build -o mcp-project-helper main.go # Local build make build-local # Or manually go build -o mcp-project-helper main.go # Docker build make build
- SSE:
./mcp-project-helper -transport sse -port 8080
./mcp-project-helper -transport http -port 8080
go install github.com/ad/mcp-project-helper@latest
{ "mcp": { "servers": { "helper": { "type": "stdio", "command": "/absolute/path/to/project-helper", "args": ["-transport", "stdio"] } } } }
{ "mcp": { "servers": { "helper": { "type": "stdio", "command": "docker", "args": [ "run", "--rm", "-i", "danielapatin/mcp-project-helper:latest", "-transport", "stdio" ] } } } }
{ "mcpServers": { "helper": { "command": "/absolute/path/to/mcp-project-helper", "args": ["-transport", "stdio"] } } }
- Create a JSON file incustom_prompts/(seepalette.jsonfor an example).
- Each tool must define adescriptionand apromptfield.
- The tool will be automatically registered and available via the MCP protocol.
- tool-generator: Generates a tool description and prompt template based on a user query.
- palette: Suggests a harmonious color palette for a given color.
- main.go— Main server entry point
- prompts/— Built-in prompt tools
- custom_prompts/— User-defined prompt tools
- test.sh— End-to-end test script
- Makefile— Build and run commands
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Runtime continuity layer MCP for AI coding agents, providing persistent workspace state and session context across tools and runs.
A local MCP server for Laravel developers to boost productivity with artisan commands.
CLI bridge that wraps MCP servers as bash-invokable commands, recovering ~11K tokens of context window per session https://github.com/rodaddy/mcp2cli
A modular and extensible MCP server with essential utilities for developers.
Desktop MCP server manager for 14 AI clients. Browse and install 9,200+ MCP servers and 3,100+ AI Skills across Cursor, VS Code, Claude Code, Gemini CLI, and more from one GUI.
An MCP server for interactive user feedback and command execution in AI-assisted development, supporting both Web and Desktop interfaces.
Provides preset prompt templates as tools to assist clients like Cursor and Windsurf in executing various tasks.
Context Minifier & State Guard — Local-first MCP middleware proxy that reduces token waste by 61%, prevents context rot, and adds security hardening
A self-hostable middleware to manage all your MCPs through a GUI and a local proxy, supporting multiple clients and workspaces.
Local-first MCP tools for AI-assisted work receipts, source intake, workspace maps, routing ledgers, action receipts, and MATCH / DRIFT / UNVERIFIABLE verification.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


