Skip to main content
Glama
menloresearch

Material Project MCP Server

Material Project MCP Server

A Model Context Protocol server that provides materials validation capabilities. This server enables LLMs to verify invented materials are novel and valid or not. We currently support cathode battery materials.

CAUTION

This server can access local/internal IP addresses and may represent a security risk. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.

Available Tools

search_material

Searches and returns relevant battery materials from the database.

Parameters:

  • formula (string, required): Formula query for battery materials (e.g., "LiCoO2")

  • n (integer, optional): Number of results to return (default: 5, min: 1, max: 100)


verify_input_material

Validates whether a material exists in the database.

Parameters:

  • original_material (string, required): Material formula to validate (e.g., "LiFePO4")


battery_material_validation

Parses and validates battery materials from a query, comparing them against a reference material.

Parameters:

  • original_material (string, required): Reference battery material (e.g., "LiCoO2")

  • query (string, required): Comma-separated list of proposed materials (e.g., "Li2B4O7, Li1.06Ti2O4")

Related MCP server: Materials Project Platform MCP Server

Installation

This MCP server requires API key from materials project, you can get api key and use it with env variable MP_API_KEY

export MP_API_KEY=

When using uv no specific installation is needed. We will use uvx to directly run battery-mcp.

Using PIP

Alternatively you can install battery-mcp via pip:

pip install battery-mcp

After installation, you can run it as a script using:

python -m battery_mcp

Running with streamable-http

You can also deploy mcp as http server with streamable-http transport protocol

python -m battery_mcp --transport http --http-host 0.0.0.0 --http-port 8080

or using uvx

uvx battery-mcp --transport http --http-host 0.0.0.0 --http-port 8080

Configuration

Configure for Claude.app

Add to your Claude settings:

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["battery-mcp"]
    }
  }
}
{
  "mcpServers": {
    "fetch": {
      "command": "python",
      "args": ["-m", "battery-mcp"]
    }
  }
}

License

battery-mcp is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

A
license - permissive license
-
quality - not tested
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

  • A
    license
    A
    quality
    C
    maintenance
    A tool for querying and analyzing materials data from the Materials Project database using natural language prompts, enabling materials scientists to explore properties, structures, and compositions of materials through conversational interfaces.
    Last updated
    3
    1
    BSD 3-Clause
  • A
    license
    -
    quality
    F
    maintenance
    Provides AI agents with physics-based corrosion engineering calculations, from rapid handbook lookups to mechanistic electrochemical models with dual-tier pitting assessment for material compatibility screening and corrosion rate prediction.
    Last updated
    1
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    An MCP server that gives LLMs native access to cheminformatics and molecular ML tools, enabling molecular structure manipulation, descriptor calculation, ML model training, and analysis report generation through natural conversation.
    Last updated
    28
    MIT

View all related MCP servers

Related MCP Connectors

  • Deterministic fact verification for AI agents — checksums & curated data, not guesses.

  • Real-time fact-check, citation verification, and source-freshness for AI agents.

  • AI-callable calculators and engineering models with real formulas. No hallucinated math.

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/menloresearch/material-project-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server