Back to MCP Servers
Function Lookup
MCP server for function signature lookups.
other-tools-and-integrations
By osinmv
Installation
npx -y function-lookup-mcpConfiguration
{
"mcpServers": {
"function-lookup-mcp": {
"command": "npx",
"args": ["-y", "function-lookup-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes