Skip to content

victorjoshi9/webiste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude MCP Server

Minimal MCP server that exposes Claude chat via Anthropic API, with tools for listing models and sending chat prompts.

Setup

  1. Create a .env file with your API key:
ANTHROPIC_API_KEY=YOUR_KEY_HERE
  1. Install dependencies (already installed here):
npm install

Run

npm start

The server communicates over stdio. Connect it with an MCP-compatible client.

Tools

  • list_models: Returns a curated list of Claude model IDs
  • claude_chat: Sends a prompt to Claude
    • params: model?, system?, prompt, max_tokens?, temperature?

Notes

  • Requires ANTHROPIC_API_KEY.
  • Default model: claude-3-7-sonnet-20250219.

webiste

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors