MCP.so
Sign In

Osmosis Agent Toolkit

@jonator

About Osmosis Agent Toolkit

Osmosis protocol tools for LLMs

Basic information

Category

AI & Agents

License

MIT

Runtime

node

Transports

stdio

Publisher

jonator

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "osmosis-agent-toolkit": {
      "command": "bun",
      "args": [
        "run",
        "dev"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Osmosis Agent Toolkit?

The Osmosis Agent Toolkit is a collection of packages that enables Large Language Models (LLMs) to interact with the Osmosis protocol using programmable tools. It includes a Model Context Protocol (MCP) server implementation that integrates seamlessly with AI assistants like Claude Desktop and Cursor.

How to use Osmosis Agent Toolkit?

Run the MCP server via npx with the command npx -y @osmosis-agent-toolkit/mcp and set the OSMOSIS_MNEMONIC environment variable to your Osmosis wallet mnemonic. Add the server configuration to your claude_desktop_config.json (for Claude Desktop) or .cursor/mcp.json (for Cursor) to enable LLMs to interact with Osmosis.

Key features of Osmosis Agent Toolkit

  • Core package with registry data, query clients, and sign-and-broadcast logic
  • MCP server implementation for seamless AI-assistant integration
  • Vercel AI SDK package for use with AI SDK-based projects
  • Supports Claude Desktop and Cursor via standard MCP configuration
  • All interaction through a single environment variable (OSMOSIS_MNEMONIC)
  • Packages published on npm for easy installation with npx or bun

Use cases of Osmosis Agent Toolkit

  • Query on-chain data from the Osmosis protocol using an LLM assistant
  • Sign and broadcast Osmosis transactions through natural language prompts
  • Integrate Osmosis blockchain interactions into AI workflows in Claude Desktop or Cursor

FAQ from Osmosis Agent Toolkit

What does the Osmosis Agent Toolkit do?

It provides a set of tools that allow LLMs to interact with the Osmosis protocol, including querying data and executing transactions.

How do I set up the MCP server for Claude Desktop?

Add the provided configuration block to your claude_desktop_config.json, specifying npx -y @osmosis-agent-toolkit/mcp as the command and your Osmosis wallet mnemonic in the OSMOSIS_MNEMONIC environment variable.

What environment variables are required?

Only OSMOSIS_MNEMONIC is required, which must contain the mnemonic phrase of your Osmosis wallet.

Comments

More AI & Agents MCP servers