Prompter Mcp Server
@vines90
About Prompter Mcp Server
No overview available yet
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.
Frequently asked questions
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.
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
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments