A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Natural language chat interface that allows users to interact with Stripe's Model Context Protocol (MCP) server through
A natural language chat interface that allows you to interact with Stripe's Model Context Protocol (MCP) server through conversational commands and queries.
This application demonstrates real-time AI chat capabilities using Groq API integrated with Stripe's Model Context Protocol (MCP) server. Built as a complete, end-to-end template that you can fork, customize, and deploy.
Key Features:
Tech Stack:
openai/gpt-oss-120b)Clone the repository
git clone https://github.com/build-with-groq/groq-stripe-mcp-chat
cd groq-stripe-mcp-chat
Install dependencies
npm install
Set up environment variables
Create a .env.local file in the root directory:
GROQ_API_KEY=your_groq_api_key_here
STRIPE_SECRET_KEY=your_stripe_secret_key_here
Run the development server
npm run dev
Open your browser
Navigate to http://localhost:3000 to start chatting with the Stripe MCP interface.
This template is designed to be a foundation for you to get started with. Key areas for customization:
app/api/chat/route.ts:33components/ui/ directoryapp/api/chat/route.ts:35-45This project is licensed under the MIT License - see the LICENSE file for details.
Created by Ben Ankiel.
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba