mcpbeat Sign in

Telleroutlook MCP Server

by telleroutlook Your server? Claim it
local only

Telleroutlook runs on your own machine — the client starts it, so there is no endpoint to ping. 765 installs a week from npm. Last commit 17 Sep 2026.

WasmAgent MCP server — WASM-sandboxed code execution with capability manifests and Tasks API.

Installs per day peak 330 · avg 65 · +480% w/w
a month agotoday
765
Installs / week
npm · @wasmagent/mcp-server
5
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime packages/tools-browser/src/playwright.ts:95
          out[label] = await page.$$eval(selector, (els) =>
    "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJwcmVkaWNhdGUiOnsiYWN0aW9ucyI6W3siYWN0aW9uX2lkIjoiY3R4LTciLCJyZWNvcmRpbmdfbW9kZSI6InZhbGlkYXRpb24iLCJzaWRlX2VmZmVjdF9jbGFzcyI6InJlYWQiLCJzdGF0ZV9jaGFuZ2luZyI6ZmFsc2UsInRpbWVzdGFtcF9tcyI6MTcwMDAwMDAwMDAwMiwi…
Touches key and credential files packages/mcp-firewall/src/resource-path.ts:43
  { run: [".git-credentials"], class: "vcs_credentials" },

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp-server -- npx -y @wasmagent/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@wasmagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@wasmagent/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@wasmagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@wasmagent/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Telleroutlook

same job, measured the same way
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Helmdeck
by tosin2013

Self-hosted MCP server: sandboxed browser, desktop, vision, code-edit packs for any agent.

129 installs/wk local only
Galaxy UI MCP Server
by buikevin

MCP server exposing Galaxy UI components — manifests, source code, and framework coverage

local only
Deed
by deed-lang

Contract-first language and MCP server for capability-aware code and patch review.

local only
Ghidra Retro MCP
by getanirao

Headless Ghidra MCP server with P-code emulation and multi-console ROM triage.

58 installs/wk local only
Nexus MCP
by j7an

Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution

429 installs/wk local only
Selvage
by selvage-lab

An LLM-based code review MCP server with AST-powered smart context extraction

46 installs/wk local only
Ag Bash
by sairam0424

Sandboxed AI-native bash with 70 agentic tools: run_bash, code edit/diff, WASM Python/JS.

64 installs/wk local only

Telleroutlook — questions

Answers built from our own checks of this server.

Why is there no uptime for Telleroutlook?
Telleroutlook 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 @wasmagent/mcp-server was installed 765 times last week.
How do I connect Telleroutlook?
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 @wasmagent/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Telleroutlook?
The npm package @wasmagent/mcp-server was installed 765 times in the last week. Week over week that is +480%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Telleroutlook open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 5 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.