fruits-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fruits-mcplist all articles in the FAQ category"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fruits-mcp
MCP server for the Product Fruits Knowledge Base API.
Requirements
uv installed
Windows:
winget install astral-sh.uvmacOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shRelated MCP server: RAG MCP Server
Claude Desktop setup (Windows)
Edit %APPDATA%\Claude\claude_desktop_config.json:
{
"mcpServers": {
"fruits-mcp": {
"command": "uvx",
"args": ["--from", "git+https://github.com/lucassampsouza/fruits-mcp", "fruits-mcp"],
"env": {
"PRODUCT_FRUITS_API_TOKEN": "your_token_here"
}
}
}
}Restart Claude Desktop after saving.
Claude Code setup
claude mcp add fruits-mcp uvx -- --from git+https://github.com/lucassampsouza/fruits-mcp fruits-mcpThen set the token:
# Add to your shell profile or set in Claude Code settings
export PRODUCT_FRUITS_API_TOKEN=your_token_hereAvailable tools
Tool | Description |
| List articles, optionally filtered by category |
| Create/update articles (up to 50, up to 20 languages each) |
| Delete an entire article |
| Delete a specific language from an article |
| Delete a specific content version |
| List all categories |
| Get a category by correlationId |
| Create/update categories |
| Update a category |
| Delete a category |
| Upload an image (Base64) |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lucassampsouza/fruits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server