Yokai MCP Server

Simple, modular, and observable Go framework for backend applications.

Local serverstdioGo

What is the Yokai MCP server?

Yokai MCP server exists for a simple reason — assistants are far more useful when they can act on Yokai directly instead of describing what you should do. Simple, modular, and observable Go framework for backend applications.

What you get

Building backend applications with Go is amazing.

What the assistant can call

Once Yokai is connected, these are the calls the assistant has available:

  • Simple — it is easy to use, configure and test, enabling you to iterate fast and deliver quickly maintainable applications
  • Modular — it can be extended with the available Yokai modules, or with your own, to build evolvable applications
  • Observable — it comes with built-in logging, tracing and metrics instrumentation, to build reliable applications
  • Architecture — The Architecture tool exposed by this server
  • Foundations — Yokai was built using robust and well known Go libraries, such as:
  • Extensions — Yokai's extension system enables you to enrich your application features with:

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Yokai's toolset — Simple, Modular, Observable and 3 more — is a fair guide to whether it matches your workflow. It is maintained by ankorstore; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Yokai's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the yokai mcp server does with a few real requests.

Available tools

ToolWhat it does
Simpleit is easy to use, configure and test, enabling you to iterate fast and deliver quickly maintainable applications.
Modularit can be extended with the available Yokai modules, or with your own, to build evolvable applications.
Observableit comes with built-in logging, tracing and metrics instrumentation, to build reliable applications.
ArchitectureThe Architecture tool exposed by this server.
FoundationsYokai was built using robust and well known Go libraries, such as:
ExtensionsYokai's extension system enables you to enrich your application features with:

Example prompts to try

  • Use Yokai to Simple.
  • Use Yokai to Modular.
  • Use Yokai to Observable.

Frequently asked questions

Yokai requires Go version 1.20 or higher.