Prompter Mcp Server
@vines90
About Prompter Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aiprompter": {
"command": "npx",
"args": [
"aiprompter-mcp-server"
],
"env": {
"PROMPT_MANAGER_API_URL": "https://www.aiprompter.cc",
"SECRET_KEY": "your-secret-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Prompter Mcp Server?
Prompter Mcp Server is an MCP server for managing AI prompts. It supports Secret-Key authentication, full prompt CRUD operations, public prompt square access, and private prompt libraries. It is designed for personal users, teams, and developers who need centralized prompt management.
How to use Prompter Mcp Server?
Install globally with npm install -g aiprompter-mcp-server, then configure via a JSON config file (~/.aiprompter-mcp-config.json) or environment variables (PROMPT_MANAGER_API_URL, SECRET_KEY). Run using npx aiprompter-mcp-server in MCP hosts like Cursor or Claude Desktop.
Key features of Prompter Mcp Server
- Secret-Key and JWT token authentication
- Create, search, update, delete prompts with version history
- Public prompt square and trending prompts browsing
- Redis caching for improved query performance
- Automatic error retry on network failures
- Responsive design for desktop and mobile
Use cases of Prompter Mcp Server
- Manage personal AI prompt libraries with cross-device sync
- Share and version-control prompt resources within teams
- Build AI applications with a standardized prompt management API
- Discover and reuse community-curated prompts from the public square
FAQ from Prompter Mcp Server
What authentication methods does Prompter Mcp Server support?
It supports Secret-Key authentication (64‑bit key, no username/password) and JWT Token authentication (traditional username+password).
What are the required environment variables?
SECRET_KEY is required. PROMPT_MANAGER_API_URL defaults to https://www.aiprompter.cc. Optional variables include USER_TOKEN, USERNAME, PASSWORD, and LOG_LEVEL.
Where does prompt data live?
All prompts are stored on the remote API server at https://www.aiprompter.cc. There is no local database; data is accessed via HTTP.
How can I debug Prompter Mcp Server?
Set the LOG_LEVEL environment variable to debug, info, warn, or error. For example: LOG_LEVEL=debug npx aiprompter-mcp-server.
Is there any rate limit or usage cap?
The README does not mention any rate limits or usage caps.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments