Back to Home
jr2804 icon

mcp-config-converter

Verified Safe

by jr2804

Overview

Converts Model Context Protocol (MCP) server configurations between different formats (JSON, YAML, TOML) and LLM provider specifications.

Installation

Run Command
uv run mcp-config-converter convert config.yaml --provider claude --output claude_config.json --llm-model ollama/llama2

Environment Variables

  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GOOGLE_API_KEY
  • GEMINI_API_KEY
  • MISTRAL_API_KEY
  • DEEPSEEK_API_KEY
  • OPENROUTER_API_KEY
  • PERPLEXITY_API_KEY
  • POE_API_KEY
  • SAMBANOVA_API_KEY
  • COHERE_API_KEY
  • ZAI_API_KEY
  • MCP_CONFIG_CONF_LLM_PROVIDER
  • MCP_CONFIG_CONF_LLM_MODEL
  • MCP_CONFIG_CONF_API_KEY
  • MCP_CONFIG_CONF_LLM_BASE_URL
  • MCP_CONFIG_CONF_LLM_CACHE_ENABLED

Security Notes

The tool sends user-provided configuration data to external LLM providers (e.g., OpenAI, Anthropic) for conversion, which is an inherent part of its function. Users should be aware of the data privacy policies of the LLM providers they use. File modification operations (overwrite, replace, update) are explicit and should be used with caution on important files. No 'eval' or obvious hardcoded secrets detected in the provided source code. API keys are handled via environment variables.

Similar Servers

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars2
Forks0
Last Update2026-01-18

Tags

MCPconfigurationLLMconverterCLI