Skip to main content
Glama

fruits-mcp

MCP server for the Product Fruits Knowledge Base API.

Requirements

  • uv installed

Windows:

winget install astral-sh.uv

macOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

Related 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-mcp

Then set the token:

# Add to your shell profile or set in Claude Code settings
export PRODUCT_FRUITS_API_TOKEN=your_token_here

Available tools

Tool

Description

list_articles

List articles, optionally filtered by category

import_articles

Create/update articles (up to 50, up to 20 languages each)

delete_article

Delete an entire article

delete_article_language

Delete a specific language from an article

delete_article_content_version

Delete a specific content version

list_categories

List all categories

get_category

Get a category by correlationId

import_categories

Create/update categories

update_category

Update a category

delete_category

Delete a category

upload_image

Upload an image (Base64)

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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