{
"mcpServers": {
"spring-ai-chrome-mcp-server": {
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"{JAR_PATH}"
],
"command": "{JAVA_PATH}"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 363 days ago. 2 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Spring Ai Chrome Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
크롬 브라우저와 상호작용 할 수 있는 MCP 서버입니다.

각각의 브라우저는 ID로 관리됩니다. (여러개의 브라우저를 띄울 수 있습니다, 세팅하지 않을 시 default)
각각의 Tab은 인덱스로 관리됩니다.ex1) 브라우저 열어줘(default google page) -> XX 검색해줘
ex2) 브라우저 ID 1로 열어줘 -> 새 탭 인덱스 2로 열고 구글 접속해줘 -> 2 인덱스 탭에서 XX 검색해줘
open_browseropen_browser_by_browser_idgoogle_searchgoogle_search_by_browser_idnavigate_to_urlnavigate_to_url_by_browser_idclick_link_with_textclick_link_with_text_by_browser_idtake_screenshottake_screenshot_by_browser_idget_page_titleget_page_title_by_browser_idinput_textinput_text_by_browser_idextract_page_textextract_page_text_by_browser_idget_cookiesget_cookies_by_browser_idopen_new_tabopen_new_tab_by_browser_idopen_new_tab_with_urlopen_new_tab_with_url_by_browser_idclose_current_tabclose_current_tab_by_browser_idswitch_to_tabswitch_to_tab_by_browser_idget_tab_listget_tab_list_by_browser_idclose_all_tabs_except_currentclose_all_tabs_except_current_by_browser_idclose_browserclose_browser_by_browser_idclose_all_browsers{
"mcpServers": {
"spring-ai-chrome-mcp-server": {
"command": "{JAVA_PATH}",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"{JAR_PATH}"
]
}
}
}
{
"mcpServers": {
"spring-ai-chrome-mcp-server": {
"command": "/Users/baetaehyeon/Library/Java/JavaVirtualMachines/corretto-21.0.5-1/Contents/Home/bin/java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"/Users/baetaehyeon/dev/chrome-mcp-server/build/libs/chrome-mcp-server-0.0.1.jar"
]
}
}
}