json-promptor-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@json-promptor-mcpConvert 'Write a formal blog post for developers explaining Docker as a numbered list' to JSON"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
json-promptor-mcp
An MCP server that converts raw text prompts into structured JSON prompts using heuristic keyword extraction — no API keys required.
Tools
convert_prompt_to_json
Takes a raw text prompt and returns a structured JSON object with extracted fields:
purpose— what the prompt is trying to achievegoal— the specific desired outcomeaudience— who the output is forcontext— background information or constraintstone— desired tone/style (formal, casual, technical, etc.)instructions— step-by-step directions found in the promptformat— desired output format (list, paragraph, code, etc.)original_prompt— the raw input preserved as-is
edit_prompt_json
Takes an existing structured JSON prompt, a field name, and a new value. Returns the updated JSON.
Related MCP server: simple-prompts-mcp
Build
npm install
npm run buildMCP Config for Kiro
Add to your mcp.json:
{
"mcpServers": {
"json-promptor": {
"command": "node",
"args": ["json-promptor-mcp/dist/index.js"]
}
}
}Example
Input prompt:
Write a formal blog post for developers explaining how to use Docker, as a numbered list.
Output:
{
"purpose": "write a formal blog post for developers explaining how to use docker, as a numbered list",
"goal": "",
"audience": "developers",
"context": "",
"tone": "formal",
"instructions": "",
"format": "numbered list",
"original_prompt": "Write a formal blog post for developers explaining how to use Docker, as a numbered list."
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that uses Claude 3.5 Sonnet to transform ordinary prompts into structured, professionally engineered instructions for any LLM. It enhances AI interactions by adding context, requirements, and structural clarity to raw user inputs.Last updated13MIT
- Alicense-qualityDmaintenanceA simple MCP server for utilizing prompts defined in YAML files.Last updatedMIT
- Alicense-qualityCmaintenanceConfigurable MCP server that lets you define LLM-powered tools via JSON, enabling easy integration of multiple models (GPT, Gemini, Claude, etc.) as MCP tools without writing Python code.Last updated6MIT
- AlicenseAqualityAmaintenanceLocal MCP server that uses a local Ollama model to rewrite rough prompt drafts into structured, optimized prompts for paid APIs, saving tokens and improving output quality.Last updated5182MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahopo/json-promptor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server