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: ProductBrain
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.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that enables full CRUD operations for Intercom Help Center articles, including support for multilingual content and state management. It allows users to list, retrieve, create, and update articles through natural language commands in MCP-compatible clients.198MIT
- Flicense-qualityDmaintenanceConnects AI assistants to a team's product knowledge base, enabling search, capture, and navigation of glossary terms, business rules, decisions, and relations via MCP.6,885
- Alicense-qualityDmaintenanceProvides AI assistants with access to ProductLane support threads, contacts, changelogs, and documentation through a set of MCP tools.MIT
- FlicenseCqualityCmaintenanceEnables semantic search over knowledge-base articles and listing of sample support tickets using MCP tools.4
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Open-source all-in-one MCP-first customer platform: KB, Conversations, CRM, CMS, Outreach, Analytics
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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