Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Perspective

FreeNot checked

A Model Context Protocol (MCP) server that provides tools for interacting with Perspective API

GitHubEmbed

About

A Model Context Protocol (MCP) server that provides tools for interacting with Perspective API

README

A Model Context Protocol (MCP) server that provides tools for interacting with Perspective API.

Features

  • Text toxicity analysis
  • Score suggestions
  • Support for multiple attributes (TOXICITY, SEVERE_TOXICITY, IDENTITY_ATTACK, INSULT, PROFANITY, THREAT)
  • Multi-language support

Usage

  1. Get your Perspective API key
  2. Add the server to your MCP settings file
{
  "mcpServers": {
    "perspective": {
      "command": "npx",
      "args": [
        "-y",
        "@mtane0412/perspective-mcp-server"
        ],
      "env": {
        "PERSPECTIVE_API_KEY": "your-api-key"
      }
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspect

The Inspector will provide a URL to access debugging tools in your browser.

License

MIT License

from github.com/mtane0412/perspective-mcp-server

Installing Perspective

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mtane0412/perspective-mcp-server

FAQ

Is Perspective MCP free?

Yes, Perspective MCP is free — one-click install via Unyly at no cost.

Does Perspective need an API key?

No, Perspective runs without API keys or environment variables.

Is Perspective hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Perspective in Claude Desktop, Claude Code or Cursor?

Open Perspective on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Perspective with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs