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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables natural language interaction with ServiceNow instances for managing incidents, changes, CMDB, service catalog, users, groups, and knowledge base via MCP.Last updated28MIT
- Alicense-qualityDmaintenanceEnables Claude Desktop to search custom knowledge bases using retrieval-augmented generation via a simple MCP tool.Last updatedMIT
- Flicense-qualityFmaintenanceConnects AI assistants to a team's product knowledge base, enabling search, capture, and navigation of glossary terms, business rules, decisions, and relations via MCP.Last updated4,471
- Alicense-qualityDmaintenanceProvides AI assistants with access to ProductLane support threads, contacts, changelogs, and documentation through a set of MCP tools.Last updatedMIT
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.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
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