📦
AI Assistant With MCP Server And Tools With Groq Inferencing
MCP server: AI Assistant With MCP Server And Tools With Groq Inferencing
0 installs
Trust: 39 — Low
Devtools
Installation
npx ai-assistant-with-mcp-server-and-tools-with-groq-inferencingAsk AI about AI Assistant With MCP Server And Tools With Groq Inferencing
Powered by Claude · Grounded in docs
I know everything about AI Assistant With MCP Server And Tools With Groq Inferencing. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP Demo with Groq Inferencing
Simple interactive chat app using mcp-use with the Airbnb and DuckDuckGo MCP servers and langchain_groq for LLM responses. Includes conversation memory and a CLI loop.
Requirements
- Python 3.12+
uv(Python package manager)- Node.js 18+ (Playwright MCP is disabled in this config; not required)
- A Groq API key
Quickstart
- Install Python deps
uv sync
- Create environment file
cp .env.example .env
Set GROQ_API_KEY in .env.
- Run the chat app
uv run app.py
MCP Servers Config
Configured in browser_mcp.json:
airbnbvia@openbnb/mcp-server-airbnbduckduckgo-searchviaduckduckgo-mcp-server
Playwright MCP was removed to avoid a Node version compatibility error.
Files
app.py: Interactive loop usingMCPAgentwith memory.browser_mcp.json: MCP servers configuration.pyproject.toml: Python project metadata and dependencies..env.example: Template for environment variables.
Troubleshooting
- If MCP servers fail to start, clear npx cache and retry:
rm -rf ~/.npm/_npx/*
- Ensure
GROQ_API_KEYis set before running.
License
MIT
