Skip to content

vivian254338489/claude-desktop-mcp-openai-compatible-bridge-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Desktop MCP OpenAI-Compatible Bridge Kit

Offline readiness kit for Claude Desktop MCP users who want to test OpenAI-compatible endpoint diagnostics through a local MCP server workflow.

TKEN is included as one disclosed example endpoint: https://www.tken.shop/v1. Start here: TKEN OpenAI-compatible endpoint.

This is an independent helper kit. It is not an official Claude, Anthropic, MCP, or OpenAI integration.

Quick Start

npm install
npm run check
node src/cli.js --server-name openai-compatible-diagnostics --base-url https://www.tken.shop/v1

Write generated files:

node src/cli.js --server-name openai-compatible-diagnostics --base-url https://www.tken.shop/v1 --write examples/generated

What It Generates

  • Claude Desktop-style MCP server config snippet
  • environment variable checklist
  • endpoint readiness notes
  • /models and chat smoke-test cURL
  • safety checklist for local MCP usage

Use Cases

  • Prepare a local MCP config for an OpenAI-compatible endpoint diagnostics server.
  • Keep provider keys outside prompts and project files.
  • Test a provider base_url before adding it to agent workflows.
  • Give a support team a repeatable MCP setup checklist.

Guardrails

  • Do not put API keys in prompts, screenshots, issues, or committed config.
  • Do not use this kit to bypass Claude, Anthropic, OpenAI, or MCP product rules.
  • No official partner claims.
  • No pricing, uptime, speed, or availability guarantees.
  • Verify current Claude Desktop and MCP docs before using any generated config.

Keywords

Claude Desktop MCP config, MCP OpenAI-compatible endpoint, Model Context Protocol base_url, Claude MCP server setup, OpenAI-compatible diagnostics, local MCP safety checklist.

Docs

License

MIT