MatMCP

MatMCP

Enables AI assistants to interact with Mathem.se, a Swedish online grocery store, allowing users to search for ingredients, add items to their shopping basket, and manage recipes through natural language.

Category
访问服务器

README

MatMCP 🛒

An MCP (Model Context Protocol) server that provides AI assistants with tools to interact with Mathem.se, a Swedish online grocery store. Search for ingredients, add items to your basket, and manage recipes directly through your AI assistant.

Features

  • Search Ingredients: Find products on Mathem.se by name or description
  • Add to Basket: Add products directly to your Mathem.se shopping cart
  • Recipe Management: List and fetch detailed recipe information
  • Structured Data: Get clean, structured product and recipe data

Prerequisites

  • macOS/Linux: This guide assumes macOS, but Linux instructions are similar
  • Python 3.12+: Required for the project
  • uv: Fast Python package manager
  • Mathem.se Account: For adding items to basket functionality

Installation

1. Install uv (Python package manager)

brew install uv

2. Clone and setup the project

git clone <your-repo-url>
cd matmcp

3. Install dependencies

uv sync

4. Configure Mathem.se authentication (optional)

For basket functionality, you need to provide your Mathem.se session cookies:

  1. Copy the example cookie file:

    cp cookie.txt.example cookie.txt
    
  2. Get your session cookies from Mathem.se:

    • Open your browser and go to mathem.se
    • Log in to your account
    • Open Developer Tools (F12)
    • Go to the Network tab
    • Refresh the page
    • Find a request to mathem.se and copy the Cookie header value
    • Paste it into cookie.txt

    The format should look like:

    sessionid=your_session_id_here; csrftoken=your_csrf_token_here; other_cookies=value
    

Note: Without cookies, you can still search for ingredients, but adding to basket will not work.

Claude Desktop Integration

Add this MCP server to your Claude Desktop configuration:

1. Open Claude Desktop config

# macOS
open ~/Library/Application\ Support/Claude/claude_desktop_config.json

# Linux
open ~/.config/claude/claude_desktop_config.json

2. Add the server configuration

Replace /YOUR/PATH/TO/matmcp with your actual project directory:

{
  "mcpServers": {
    "mathem": {
      "command": "uv",
      "args": [
        "--directory",
        "/YOUR/PATH/TO/matmcp",
        "run",
        "mathem.py"
      ]
    }
  }
}

3. Restart Claude Desktop

Close and reopen Claude Desktop to load the new MCP server.

Usage

Once configured, you can ask Claude to:

  • Search for ingredients: "Find organic tomatoes on Mathem"
  • Add items to basket: "Add 2 packages of pasta to my Mathem basket"
  • Get recipes: "Show me the available recipes"
  • Recipe details: "Get the details for recipe number 1"

Available Tools

search_mathem_ingredients(query: str)

Search for products on Mathem.se

Example: Search for "organic milk"

add_to_mathem_basket(product_id: int, quantity: int = 1)

Add a product to your Mathem.se shopping basket

Requirements: Valid session cookies in cookie.txt

list_recipes()

List all available recipes from recipes.csv

get_recipe_by_index(index: int)

Get detailed recipe information by index

Development

Running tests

uv run pytest

Running the server directly

uv run mathem.py

Adding recipes

Edit recipes.csv to add new recipes with columns: id, title, url

License

This project is for educational and personal use. Please respect Mathem.se's terms of service when using this tool.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选