mcpbeat Sign in

Solematica MCP Server

local only

Solematica MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 3 Apr 2026.

Solar estimates, provider comparison, energy prices and blog for Italy

Installs per day peak 13 · avg 6 · +68% w/w
a month agotoday
33
Installs / week
npm · @solematica/mcp-server
0
Stars
0 open issues
3 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Solematica MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add solematica-mcp -- npx -y @solematica/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "solematica-mcp": {
      "args": [
        "-y",
        "@solematica/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.solematica-mcp]
command = "npx"
args = ["-y", "@solematica/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "solematica-mcp": {
      "args": [
        "-y",
        "@solematica/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "solematica-mcp": {
      "args": [
        "-y",
        "@solematica/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SOLEMATICA_API_KEY (API key for authenticated endpoints (stima_solare). Free tools work without it.), SOLEMATICA_API_URL (API base URL override (default: https://api.solematica.it/api/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Solematica MCP Server

same job, measured the same way
Image Diff
by pulsemcp

MCP server for programmatic image comparison and visual diff generation.

76 installs/wk local only
Costkits MCP
by costkits

MCP server for CostKits: live healthcare procedure cost estimates and provider pricing.

68 installs/wk local only
Env
by ryudi84

MCP server for .env file validation, parsing, and comparison.

local only
Quelllm MCP
by mgm-falcon

MCP server for quelllm.fr: 190+ open-weights LLM catalog - list, compare, VRAM and cost estimates

local only
Alembica MCP
by open-and-sustainable

MCP server for Alembica validation, extraction, cost estimation, and schema queries.

local only
Inferenceindexer MCP
by desmartin01

AI inference pricing for agents: live and historical model prices, provider comparison.

388 installs/wk 10 tools answering
Nishati MCP
by gabrielmahia

MCP server for energy coordination in East Africa (nishati = energy)

124 installs/wk local only
Precision Concretecoating
by precision-concretecoating

Precision Concrete Coating MCP for services, estimates, scheduling, and business information.

33 tools answering

Solematica MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Solematica MCP Server?
Solematica MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @solematica/mcp-server was installed 33 times last week.
How do I connect Solematica MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @solematica/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Solematica MCP Server?
The npm package @solematica/mcp-server was installed 33 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Solematica MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.