
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
bach-dictionary-by-api-ninjas
Advanced tools
用于访问 Dictionary By Api Ninjas API 的 MCP 服务器。
EMCP 是一个强大的 MCP 服务器管理平台,让您无需手动配置即可快速使用各种 MCP 服务器!
bach-dictionary_by_api_ninjas)立即访问 EMCP 平台 开始您的 MCP 之旅!
这是一个 MCP 服务器,用于访问 Dictionary By Api Ninjas API。
bach-dictionary_by_api_ninjaspip install bach-dictionary_by_api_ninjas
pip install -e .
# 运行(uvx 会自动安装并运行)
uvx --from bach-dictionary_by_api_ninjas bach_dictionary_by_api_ninjas
# 或指定版本
uvx --from bach-dictionary_by_api_ninjas@latest bach_dictionary_by_api_ninjas
python server.py
# 安装
pip install bach-dictionary_by_api_ninjas
# 运行(命令名使用下划线)
bach_dictionary_by_api_ninjas
此 API 需要认证。请设置环境变量:
export API_KEY="your_api_key_here"
| 变量名 | 说明 | 必需 |
|---|---|---|
API_KEY | API 密钥 | 是 |
PORT | 不适用 | 否 |
HOST | 不适用 | 否 |
编辑 Cursor MCP 配置文件 ~/.cursor/mcp.json:
{
"mcpServers": {
"bach-dictionary_by_api_ninjas": {
"command": "uvx",
"args": ["--from", "bach-dictionary_by_api_ninjas", "bach_dictionary_by_api_ninjas"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
编辑 Claude Desktop 配置文件 claude_desktop_config.json:
{
"mcpServers": {
"bach-dictionary_by_api_ninjas": {
"command": "uvx",
"args": ["--from", "bach-dictionary_by_api_ninjas", "bach_dictionary_by_api_ninjas"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
此服务器提供以下工具:
v1dictionaryAPI Ninjas Dictionary API endpoint.
端点: GET /v1/dictionary
参数:
word (string) 必需: Word to look up.MIT License - 详见 LICENSE 文件。
此服务器由 API-to-MCP 工具生成。
版本: 1.0.0
FAQs
MCP server for accessing Dictionary By Api Ninjas API
We found that bach-dictionary-by-api-ninjas demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.