Labsco
th3nolo logo

OpenRouter

โ˜… 12

from th3nolo

Access over 400 AI models from OpenRouter's collection.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

OpenRouter MCP Server

A Model Context Protocol (MCP) server that provides access to OpenRouter's extensive collection of 400+ AI models through Claude.

Features

  • ๐Ÿค– Access to 400+ language models including GPT-4, Claude, Gemini, Llama, and more
  • ๐Ÿ” List and search available models with pricing information
  • ๐Ÿ’ฌ Chat with any model through a unified interface
  • ๐Ÿ”„ Compare responses from multiple models side-by-side
  • ๐Ÿ“Š Get detailed model information including context limits and capabilities
  • ๐Ÿ”ง Seamless integration with Claude Desktop and Claude Code

Development

# Run in development mode
npm run dev

# Run tests
npm test

# Lint code
npm run lint

# Type check
npm run typecheck

Environment Variables

  • OPENROUTER_API_KEY - Your OpenRouter API key (required)
  • OPENROUTER_BASE_URL - API base URL (default: https://openrouter.ai/api/v1)
  • OPENROUTER_SITE_URL - Your site URL for API attribution
  • OPENROUTER_APP_NAME - Application name for API headers

Security

  • API keys are stored in environment variables only
  • The .env file is excluded from version control
  • Never commit your API keys to the repository