Skip to main content
Version: Next

Connect with a Demo Client

If you do not have an existing MCP Client you can use our Demo Client to get started.

To profit from MCPX straight away, connect to it with the demo client found under ./demo-client in the mcpx directory. This modest application is included in this repo for demonstrational purposes.

cd demo-client
npm install

The demo client is the component that uses LLM power - currently Gemini by Google or Claude by Anthropic. This is why a relevant API key is required. Obtain your API key, and then run:

# For Gemini:
GEMINI_API_KEY=<your-key> npm run start:gemini

# For Claude:
ANTHROPIC_API_KEY=<your-key> npm run start:claude

Environment variables can also be placed in ./demo-client/.env. See the source code for additional environment variables to adjust and tweak your experience.