Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Unit Converter AI MCP
Unit Converter AI MCP logo
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 9/22/2026, 3:46:24 PM

Unit Converter AI MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
unit-conversionpythonmcpdeveloper-tools

Converts measurement values through MCP, with documented examples for length, weight, and temperature.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for unit-converter-ai-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Overview

Convert measurement values through the unit-converter-ai-mcp MCP server, which exposes unit-conversion operations to MCP-compatible AI clients. The repository documents conversion examples for length, weight, and temperature and communicates over stdio. Install it with pip or run it through uvx, then add the command to an MCP client configuration. Reach for it when an agent needs to convert measurements without a separate web service or API key.

Use cases

•Convert lengths in agent workflows
•Convert weights from user-provided values
•Convert temperatures through an MCP client
•Add measurement conversion to a Claude Desktop setup

Key features

•MCP protocol support
•Length conversion
•Weight conversion
•Temperature conversion example
•stdio transport
•Python package on PyPI

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Unit Converter AI MCP.

Extracted Tool Capabilities
MCP protocol support
Length conversion
Weight conversion
Temperature conversion example
stdio transport
Python package on PyPI

How Unit Converter AI MCP works

What unit-converter-ai-mcp MCP server does

The unit-converter-ai-mcp MCP server provides measurement conversion tools for AI agents using the Model Context Protocol. The repository specifically describes length and weight conversion, while its usage examples also reference temperature conversion. It is intended for automation workflows in which an MCP client can ask an agent to select and call a conversion operation.

The project is published as a Python package named unit-converter-ai-mcp and is licensed under MIT. It does not document a required external account, API token, or hosted service dependency.

How it works

The server uses the MCP protocol to expose conversion operations to a compatible client. Its documented transport is stdio: an MCP client starts the unit-converter-ai-mcp command and exchanges messages with the running process.

After configuration, an assistant can be prompted to use named operations such as convert_length, convert_weight, or convert_temperature. The supplied material does not define the complete list of accepted unit names, argument schemas, precision rules, or error responses, so those details should be checked in the linked API reference or package documentation before building strict application logic around them.

For local use, the unit-converter-ai-mcp MCP server can be installed from PyPI with pip or launched with uvx. No environment variables are listed in the repository instructions.

Setup and configuration

Install the package with:

Terminal
pip install unit-converter-ai-mcp

The README also provides a direct stdio configuration using uvx:

config.json
{
  "mcpServers": {
    "unit-converter-ai-mcp": {
      "command": "uvx",
      "args": ["unit-converter-ai-mcp"]
    }
  }
}

The same configuration pattern is identified for Claude Desktop and for MCP client configuration generally. Alternatively, after installing with pip, run the unit-converter-ai-mcp command as the stdio server. The README mentions Smithery as another installation route, but the project’s own package installation and command are the relevant local setup options.

Tools and capabilities

Documented operations include:

  • convert_length for length conversions.
  • convert_weight for weight conversions.
  • convert_temperature, shown in the repository’s example prompts.

The server is described as MCP-protocol compliant and provides a Python distribution through PyPI. The available material does not state whether it supports compound units, batch requests, custom conversion formulas, or configurable rounding.

Limitations and notes

The repository’s short description emphasizes length and weight, while the examples additionally mention temperature. Treat temperature support as documented usage guidance, but verify the current package behavior and supported units against the API reference before depending on it.

No supported clients are listed beyond the Claude Desktop configuration example, although any MCP client that can start a local stdio server may be suitable in principle. The supplied material does not provide version-specific compatibility requirements, runtime constraints, test instructions, or detailed tool schemas. It also includes broader MEOK ecosystem and governance references; those are separate offerings and are not required to run the unit-converter-ai-mcp MCP server.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • Shadcn Ui MCP Server logoShadcn Ui MCP Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    💻 Developer Tools3 views
    Compare vs Shadcn Ui MCP Server →
  • Next Devtools MCP logoNext Devtools MCP
    Verified

    Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

    💻 Developer Tools5 views
    Compare vs Next Devtools MCP →
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    💻 Developer Tools3 views
    Compare vs Openapi MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

npm downloads
33
Package downloads in the last 30 days.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Unit Converter AI MCP

Install it with `pip install unit-converter-ai-mcp`, or configure an MCP client to launch it with `uvx` and the package name.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUnit Converter AI MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/unit-converter-ai-mcp?style=directory)](https://allmcps.com/mcp/unit-converter-ai-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/unit-converter-ai-mcp"><img src="https://allmcps.com/api/badge/unit-converter-ai-mcp?style=directory" alt="Unit Converter AI MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
13/15 checks healthy over the last 46d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 4, 2026
npm downloads33/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
26Quality signal: Emerging · 26/100How this signal is calculated ▾
Server availability0/25
Verified ownership8/20
Documentation & tools13/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 8/18/2026 via OSV.dev

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Unit Converter AI MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients