blackmount-nlp-mcp
blackmount-nlp-mcp
MCPのためのNLP — 重い依存関係はゼロ。 Blackmountによって構築されました。
FastMCPサーバーとして動作する45のテキスト分析ツール。NLTK不要。spaCy不要。transformers不要。依存関係は1つ(mcp[cli])のみ、NLPコードは50KB未満で、数秒で準備完了。Python 3.10以上が必要です。
なぜこれが必要なのか
blackmount-nlp-mcp | NLTK | spaCy | transformers | |
Wheelサイズ | 42 KB | 1.5 MB | 6 MB+ (+モデル) | 10 MB+ (+モデル) |
直接の依存関係 | 1 | 多数 | 多数 | 多数 |
トークン化 | ✅ | ✅ | ✅ | ✅ |
感情分析 | ✅ | ✅ | ❌ | ✅ |
可読性スコア | ✅ | ❌ | ❌ | ❌ |
キーワード抽出 | ✅ | ✅ | ❌ | ❌ |
テキスト類似度 | ✅ | ✅ | ✅ | ✅ |
言語検出 | ✅ (18言語) | ❌ | ❌ | ❌ |
すべてが純粋なPythonでゼロから実装されています。Porterステマー、TF-IDF、RAKE、レーベンシュタイン距離、VADERスタイルの感情分析、Flesch / Gunning Fog / Coleman-Liau / ARI / SMOG可読性スコア、抽出型要約、言語検出に加え、2000語以上の感情語彙と500以上のストップワードリストがパッケージに組み込まれています。
クイックスタート
pip install blackmount-nlp-mcpClaude Desktop
設定ファイルに追加してください:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"nlp": {
"command": "blackmount-nlp-mcp"
}
}
}Cursor
プロジェクトルートの `.cursor
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlackMount-ai/blackmount-nlp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server