Perspective
FreeNot checkedA Model Context Protocol (MCP) server that provides tools for interacting with Perspective API
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
- Get your Perspective API key
- 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
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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Perspective with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
