trackmcp
Back to directory
jonator

osmosis-agent-toolkit

View on GitHub

Osmosis protocol tools for LLMs

8 stars TypeScriptOthers Updated May 2, 2026
llmmcpmcp-serverosmosis

Documentation

Osmosis Agent Toolkit

Overview

This repository contains a collection of packages that are used to build the Osmosis Agent Toolkit.

Large Language Models (LLMs) can use these tools to interact with the Osmosis protocol.

Packages

`@osmosis-agent-toolkit/core`

The core package contains the core functionality that is used by the other packages.

This is where registry data, query clients, and sign and broadcast logic is defined.

`@osmosis-agent-toolkit/ai-sdk`

An implementation of Vercel's AI SDK for the Osmosis Agent Toolkit.

`@osmosis-agent-toolkit/mcp`

Model Context Protocol (MCP) server implementation of the Osmosis Agent Toolkit.

Usage with Claude Desktop or Cursor

Add the following to your `claude_desktop_config.json` or `.cursor/mcp.json`. See here for more details.

json
{
    "mcpServers": {
        "Osmosis": {
            "command": "npx",
            "args": [
                "-y",
                "@osmosis-agent-toolkit/mcp"
            ],
            "env": {
                "OSMOSIS_MNEMONIC": ""
            }
        }
    }
}

Development

Install dependencies using yarn or bun:

bash
bun i

Start watch mode for local development:

bash
bun run dev

To build:

bash
bun run build

Frequently asked questions

What is osmosis-agent-toolkit?

osmosis-agent-toolkit is Osmosis protocol tools for LLMs

How do I install osmosis-agent-toolkit?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is osmosis-agent-toolkit open source?

Yes — it is hosted on GitHub at https://github.com/jonator/osmosis-agent-toolkit and has 8 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP