MCP.so
Sign In
P

Prompter Mcp Server

@vines90

About Prompter Mcp Server

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

vines90

Submitted by

liyang xu

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.

Comments

More Other MCP servers